#A0A089

Color #A0A089 Lemon Grass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Grass #A0A089

Tints of Lemon Grass #A0A089

Color information

#A0A089 (or 0xA0A089) is unknown color: approx Lemon Grass. HEX triplet: A0, A0 and 89. RGB value is (160,160,137). Sum of RGB (Red+Green+Blue) = 160+160+137=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A089 is #5F5F76. Grayscale: #9D9D9D. Windows color (decimal): -6250359 or 9019552. OLE color: 9019552.

HSL color Cylindrical-coordinate representation of color #A0A089: hue angle of 60º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0A089 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB160160137-
CMYK000.140.37
HSL60º10.8%58.24%-
HSV(B)60º14.37%62.75%-
XYZ31.5834.4228.65-
YUV157.38116.5129.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 160 (62.89% from 255) = 35.01%
BLUE value IS 137 (53.91% from 255) = 29.98%
R=35.01%
G=35.01%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160160137000.140.376010.858.24
HexA0A08900E253cb3a
Octal240240211001645741372
Binary1010000010100000100010010011101001011111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A089; }

 p { color: rgb(160,160,137); }

 H1.HeaderClassName
 {
   color: #A0A089;
 }
 .AnyTagClassName
 {
   color: #A0A089;
 }
</style>
background-color css

<style>
 a { background-color: #A0A089; }

 a { background-color: rgb(160,160,137); }

 div.DivClassName
 {
   background-color: #A0A089;
 }
 .BgClassName
 {
   background-color: #A0A089;
 }
</style>
border-color css

<style>
 span { border-color: #A0A089; }

 span { border-color: rgb(160,160,137); }

 td.TdClassName
 {
   border-color: #A0A089;
 }
 .TagClassName
 {
   border-color: #A0A089;
 }
</style>