Html Css Color HEX #A1A777 Locust

📋 copy color: '#A1A777'

red 161 ◦ green 167 ◦ blue 119

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

Shades of Locust #A1A777

Tints of Locust #A1A777

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.36%

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

R = 36.02%
G = 37.36%
B = 26.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A1A777 (or 0xA1A777) is known color: Locust. HEX triplet: A1, A7 and 77. RGB value is (161,167,119). Sum of RGB (Red+Green+Blue) = 161+167+119=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A777 is #5E5888. Grayscale: #9F9F9F. Windows color (decimal): -6183049 or 7841697. OLE color: 7841697.

HSL color Cylindrical-coordinate representation of color #A1A777: hue angle of 67.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1A777 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 167 119 -
CMYK 0.04 0 0.29 0.35
HSL 67.5º 0.21% 0.56% -
HSV(B) 67.5º 0.29% 0.65% -
XYZ 31.85 36.55 22.83 -
YUV 159.73 105.01 128.9 -
System Red Green Blue C M Y K H S L
Decimal 161 167 119 0.04 0 0.29 0.35 67.5 0.21 0.56
Hex A1 A7 77 4 0 1D 23 44 15 38
Octal 241 247 167 4 0 35 43 104 25 70
Binary 10100001 10100111 1110111 100 0 11101 100011 1000100 10101 111000

Color Harmonies of #A1A777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A777

Black with #A1A777

Text Example


Text Example

White with #A1A777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A777; }

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

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

background-color css

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

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

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

border-color css

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

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

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