Html Css Color HEX #A0A18B Lemon Grass

📋 copy color: '#A0A18B'

red 160 ◦ green 161 ◦ blue 139

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

Shades of Lemon Grass #A0A18B

Tints of Lemon Grass #A0A18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.22%

R = 34.78%
G = 35%
B = 30.22%

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

#A0A18B (or 0xA0A18B) is known color: Lemon Grass. HEX triplet: A0, A1 and 8B. RGB value is (160,161,139). Sum of RGB (Red+Green+Blue) = 160+161+139=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A18B is #5F5E74. Grayscale: #9E9E9E. Windows color (decimal): -6250101 or 9150880. OLE color: 9150880.

HSL color Cylindrical-coordinate representation of color #A0A18B: hue angle of 62.73º degrees, saturation: 0.1, 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 #A0A18B is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 161 139 -
CMYK 0.01 0 0.14 0.37
HSL 62.73º 0.1% 0.59% -
HSV(B) 62.73º 0.14% 0.63% -
XYZ 31.9 34.83 29.47 -
YUV 158.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 160 161 139 0.01 0 0.14 0.37 62.73 0.1 0.59
Hex A0 A1 8B 1 0 E 25 3F A 3B
Octal 240 241 213 1 0 16 45 77 12 73
Binary 10100000 10100001 10001011 1 0 1110 100101 111111 1010 111011

Color Harmonies of #A0A18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A18B

Black with #A0A18B

Text Example


Text Example

White with #A0A18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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