Html Css Color HEX #A0A18A Lemon Grass

📋 copy color: '#A0A18A'

red 160 ◦ green 161 ◦ blue 138

#A0A18A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Grass #A0A18A

Tints of Lemon Grass #A0A18A

RGB

 RED value IS 160 (62.89% from 255) = 34.86%

 GREEN value IS 161 (63.28% from 255) = 35.08%

 BLUE value IS 138 (54.3% from 255) = 30.07%

R = 34.86%
G = 35.08%
B = 30.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0A18A (or 0xA0A18A) is known color: Lemon Grass. HEX triplet: A0, A1 and 8A. RGB value is (160,161,138). Sum of RGB (Red+Green+Blue) = 160+161+138=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A18A is #5F5E75. Grayscale: #9E9E9E. Windows color (decimal): -6250102 or 9085344. OLE color: 9085344.

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

Color convert

RGB 160 161 138 -
CMYK 0.01 0 0.14 0.37
HSL 62.61º 0.11% 0.59% -
HSV(B) 62.61º 0.14% 0.63% -
XYZ 31.83 34.8 29.08 -
YUV 158.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 160 161 138 0.01 0 0.14 0.37 62.61 0.11 0.59
Hex A0 A1 8A 1 0 E 25 3F B 3B
Octal 240 241 212 1 0 16 45 77 13 73
Binary 10100000 10100001 10001010 1 0 1110 100101 111111 1011 111011

Color Harmonies of #A0A18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A18A

Black with #A0A18A

Text Example


Text Example

White with #A0A18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A18A; }

 p { color: rgb(160,161,138); }

 H1.HeaderClassName
 {
   color: #A0A18A;
 }
 .AnyTagClassName
 {
   color: #A0A18A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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