Color Hex Logo

#a0b07b Color Hex

#A0B07B
(160,176,123)
0 Favorites   0 Comments

Color spaces of #a0b07b

RGB 160176123
HSL0.220.250.59
HSV78°30°69°
CMYK 0.090.000.30   0.31
XYZ33.597739.954324.6801
Yxy39.95430.34200.4067
Hunter Lab63.2094-15.738421.0968
CIE-Lab69.4370-14.732225.3615

#a0b07b color RGB value is (160,176,123).

#a0b07b hex color red value is 160, green value is 176 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #a0b07b hue: 0.22 , saturation: 0.25 and the lightness value of a0b07b is 0.59.

The process color (four color CMYK) of #a0b07b color hex is 0.09, 0.00, 0.30, 0.31. Web safe color of #a0b07b is #999966. Color #a0b07b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10110000 01111011
Octal 240 260 173
Decimal 160 176 123
Hex A0 B0 7B

RGB Percentages of Color #a0b07b

%34.86
%38.34
%26.80

CMYK Percentages of Color #a0b07b

%9
%0
%30
%31

Triadic Colors of #a0b07b

#a0b07b #7ba0b0 #b07ba0

Analogous Colors of #a0b07b

#a0b07b #86b07b #b0a67b

Monochromatic Colors of #a0b07b

#a0b07b

Complementary Color

#a0b07b #8b7bb0

#a0b07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0b07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0b07b Color CSS Codes

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

#a0b07b Text Font Color

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

This sample text font color is #a0b07b
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.


#a0b07b Background Color

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

This div background color is #a0b07b


#a0b07b Border Color

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

This div border color is #a0b07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0b07b


Comments

No comments written yet.

Please login to write comment.