Html Css Color HEX #A2A477 Locust

📋 copy color: '#A2A477'

red 162 ◦ green 164 ◦ blue 119

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

Shades of Locust #A2A477

Tints of Locust #A2A477

RGB

 RED value IS 162 (63.67% from 255) = 36.4%

 GREEN value IS 164 (64.45% from 255) = 36.85%

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

R = 36.4%
G = 36.85%
B = 26.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A2A477 (or 0xA2A477) is known color: Locust. HEX triplet: A2, A4 and 77. RGB value is (162,164,119). Sum of RGB (Red+Green+Blue) = 162+164+119=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A477 is #5D5B88. Grayscale: #9E9E9E. Windows color (decimal): -6118281 or 7840930. OLE color: 7840930.

HSL color Cylindrical-coordinate representation of color #A2A477: hue angle of 62.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2A477 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 164 119 -
CMYK 0.01 0 0.27 0.36
HSL 62.67º 0.2% 0.55% -
HSV(B) 62.67º 0.27% 0.64% -
XYZ 31.51 35.56 22.66 -
YUV 158.27 105.84 130.66 -
System Red Green Blue C M Y K H S L
Decimal 162 164 119 0.01 0 0.27 0.36 62.67 0.2 0.55
Hex A2 A4 77 1 0 1B 24 3F 14 37
Octal 242 244 167 1 0 33 44 77 24 67
Binary 10100010 10100100 1110111 1 0 11011 100100 111111 10100 110111

Color Harmonies of #A2A477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A477

Black with #A2A477

Text Example


Text Example

White with #A2A477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A477; }

 p { color: rgb(162,164,119); }

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

background-color css

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

 a { background-color: rgb(162,164,119); }

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

border-color css

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

 span { border-color: rgb(162,164,119); }

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