Html Css Color HEX #A1AA77 Locust

📋 copy color: '#A1AA77'

red 161 ◦ green 170 ◦ blue 119

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

Shades of Locust #A1AA77

Tints of Locust #A1AA77

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.78%

 BLUE value IS 119 (46.88% from 255) = 26.44%

R = 35.78%
G = 37.78%
B = 26.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#A1AA77 (or 0xA1AA77) is known color: Locust. HEX triplet: A1, AA and 77. RGB value is (161,170,119). Sum of RGB (Red+Green+Blue) = 161+170+119=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA77 is #5E5588. Grayscale: #A1A1A1. Windows color (decimal): -6182281 or 7842465. OLE color: 7842465.

HSL color Cylindrical-coordinate representation of color #A1AA77: hue angle of 70.59º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1AA77 is Cyan = 0.05, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 170 119 -
CMYK 0.05 0 0.3 0.33
HSL 70.59º 0.23% 0.57% -
HSV(B) 70.59º 0.3% 0.67% -
XYZ 32.4 37.66 23.01 -
YUV 161.5 104.02 127.65 -
System Red Green Blue C M Y K H S L
Decimal 161 170 119 0.05 0 0.3 0.33 70.59 0.23 0.57
Hex A1 AA 77 5 0 1E 21 47 17 39
Octal 241 252 167 5 0 36 41 107 27 71
Binary 10100001 10101010 1110111 101 0 11110 100001 1000111 10111 111001

Color Harmonies of #A1AA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AA77

Black with #A1AA77

Text Example


Text Example

White with #A1AA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AA77; }

 p { color: rgb(161,170,119); }

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

background-color css

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

 a { background-color: rgb(161,170,119); }

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

border-color css

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

 span { border-color: rgb(161,170,119); }

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