Html Css Color HEX #A2A276 Locust

📋 copy color: '#A2A276'

red 162 ◦ green 162 ◦ blue 118

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

Shades of Locust #A2A276

Tints of Locust #A2A276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.65%

 BLUE value IS 118 (46.48% from 255) = 26.7%

R = 36.65%
G = 36.65%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A2A276 (or 0xA2A276) is known color: Locust. HEX triplet: A2, A2 and 76. RGB value is (162,162,118). Sum of RGB (Red+Green+Blue) = 162+162+118=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A276 is #5D5D89. Grayscale: #9D9D9D. Windows color (decimal): -6118794 or 7774882. OLE color: 7774882.

HSL color Cylindrical-coordinate representation of color #A2A276: hue angle of 60º degrees, saturation: 0.19, 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 #A2A276 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 162 118 -
CMYK 0 0 0.27 0.36
HSL 60º 0.19% 0.55% -
HSV(B) 60º 0.27% 0.64% -
XYZ 31.09 34.83 22.22 -
YUV 156.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 162 162 118 0 0 0.27 0.36 60 0.19 0.55
Hex A2 A2 76 0 0 1B 24 3C 13 37
Octal 242 242 166 0 0 33 44 74 23 67
Binary 10100010 10100010 1110110 0 0 11011 100100 111100 10011 110111

Color Harmonies of #A2A276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A276

Black with #A2A276

Text Example


Text Example

White with #A2A276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A276; }

 p { color: rgb(162,162,118); }

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

background-color css

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

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

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

border-color css

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

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

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