Html Css Color HEX #A1A086 Lemon Grass

📋 copy color: '#A1A086'

red 161 ◦ green 160 ◦ blue 134

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

Shades of Lemon Grass #A1A086

Tints of Lemon Grass #A1A086

RGB

 RED value IS 161 (63.28% from 255) = 35.38%

 GREEN value IS 160 (62.89% from 255) = 35.16%

 BLUE value IS 134 (52.73% from 255) = 29.45%

R = 35.38%
G = 35.16%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A1A086 (or 0xA1A086) is known color: Lemon Grass. HEX triplet: A1, A0 and 86. RGB value is (161,160,134). Sum of RGB (Red+Green+Blue) = 161+160+134=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A086 is #5E5F79. Grayscale: #9D9D9D. Windows color (decimal): -6184826 or 8822945. OLE color: 8822945.

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

Color convert

RGB 161 160 134 -
CMYK 0 0.01 0.17 0.37
HSL 57.78º 0.13% 0.58% -
HSV(B) 57.78º 0.17% 0.63% -
XYZ 31.57 34.44 27.54 -
YUV 157.34 114.83 130.61 -
System Red Green Blue C M Y K H S L
Decimal 161 160 134 0 0.01 0.17 0.37 57.78 0.13 0.58
Hex A1 A0 86 0 1 11 25 3A D 3A
Octal 241 240 206 0 1 21 45 72 15 72
Binary 10100001 10100000 10000110 0 1 10001 100101 111010 1101 111010

Color Harmonies of #A1A086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A086

Black with #A1A086

Text Example


Text Example

White with #A1A086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A086; }

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

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

background-color css

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

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

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

border-color css

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

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

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