Html Css Color HEX #A1AC77 Locust

📋 copy color: '#A1AC77'

red 161 ◦ green 172 ◦ blue 119

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

Shades of Locust #A1AC77

Tints of Locust #A1AC77

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.05%

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

R = 35.62%
G = 38.05%
B = 26.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#A1AC77 (or 0xA1AC77) is known color: Locust. HEX triplet: A1, AC and 77. RGB value is (161,172,119). Sum of RGB (Red+Green+Blue) = 161+172+119=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AC77 is #5E5388. Grayscale: #A2A2A2. Windows color (decimal): -6181769 or 7842977. OLE color: 7842977.

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

Color convert

RGB 161 172 119 -
CMYK 0.06 0 0.31 0.33
HSL 72.45º 0.24% 0.57% -
HSV(B) 72.45º 0.31% 0.67% -
XYZ 32.78 38.41 23.14 -
YUV 162.67 103.36 126.81 -
System Red Green Blue C M Y K H S L
Decimal 161 172 119 0.06 0 0.31 0.33 72.45 0.24 0.57
Hex A1 AC 77 6 0 1F 21 48 18 39
Octal 241 254 167 6 0 37 41 110 30 71
Binary 10100001 10101100 1110111 110 0 11111 100001 1001000 11000 111001

Color Harmonies of #A1AC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AC77

Black with #A1AC77

Text Example


Text Example

White with #A1AC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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