Color Hex Logo

#a7b08b Color Hex

#A7B08B
(167,176,139)
0 Favorites   0 Comments

Color spaces of #a7b08b

RGB 167176139
HSL0.210.190.62
HSV75°21°69°
CMYK 0.050.000.21   0.31
XYZ36.121941.130230.4612
Yxy41.13020.33540.3818
Hunter Lab64.1328-11.694916.7320
CIE-Lab70.2670-9.669417.9309

#a7b08b color RGB value is (167,176,139).

#a7b08b hex color red value is 167, green value is 176 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #a7b08b hue: 0.21 , saturation: 0.19 and the lightness value of a7b08b is 0.62.

The process color (four color CMYK) of #a7b08b color hex is 0.05, 0.00, 0.21, 0.31. Web safe color of #a7b08b is #999999. Color #a7b08b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10110000 10001011
Octal 247 260 213
Decimal 167 176 139
Hex A7 B0 8B

RGB Percentages of Color #a7b08b

%34.65
%36.51
%28.84

CMYK Percentages of Color #a7b08b

%5
%0
%21
%31

Triadic Colors of #a7b08b

#a7b08b #8ba7b0 #b08ba7

Analogous Colors of #a7b08b

#a7b08b #95b08b #b0a78b

Monochromatic Colors of #a7b08b

#a7b08b

Complementary Color

#a7b08b #948bb0

#a7b08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7b08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7b08b Color CSS Codes

.mybgcolor {background-color:#a7b08b; } 
.myforecolor {color:#a7b08b; }
.mybordercolor {border:3px solid #a7b08b; }

#a7b08b Text Font Color

<p style="color:#a7b08b">Text here</p>

This sample text font color is #a7b08b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a7b08b Background Color

<div style="background-color:#a7b08b">
Div content here</div>

This div background color is #a7b08b


#a7b08b Border Color

<div style="border:3px solid #a7b08b">
Div here</div>

This div border color is #a7b08b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,176,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7b08b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7b08b;
  -webkit-box-shadow: 1px 1px 3px 2px #a7b08b;
  box-shadow:         1px 1px 3px 2px #a7b08b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,176,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a7b08b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a7b08b;
  -webkit-box-shadow: 1px 1px 3px 2px #a7b08b;
  box-shadow:         1px 1px 3px 2px #a7b08b;">
Div content here</div>

This div box has shadow with color #a7b08b


Comments

No comments written yet.

Please login to write comment.