Html Css Color HEX #A2A676 Locust

📋 copy color: '#A2A676'

red 162 ◦ green 166 ◦ blue 118

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

Shades of Locust #A2A676

Tints of Locust #A2A676

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.22%

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

R = 36.32%
G = 37.22%
B = 26.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A2A676 (or 0xA2A676) is known color: Locust. HEX triplet: A2, A6 and 76. RGB value is (162,166,118). Sum of RGB (Red+Green+Blue) = 162+166+118=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A676 is #5D5989. Grayscale: #9F9F9F. Windows color (decimal): -6117770 or 7775906. OLE color: 7775906.

HSL color Cylindrical-coordinate representation of color #A2A676: hue angle of 65º 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 #A2A676 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 166 118 -
CMYK 0.02 0 0.29 0.35
HSL 65º 0.21% 0.56% -
HSV(B) 65º 0.29% 0.65% -
XYZ 31.81 36.26 22.46 -
YUV 159.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 162 166 118 0.02 0 0.29 0.35 65 0.21 0.56
Hex A2 A6 76 2 0 1D 23 41 15 38
Octal 242 246 166 2 0 35 43 101 25 70
Binary 10100010 10100110 1110110 10 0 11101 100011 1000001 10101 111000

Color Harmonies of #A2A676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A676

Black with #A2A676

Text Example


Text Example

White with #A2A676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A676; }

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

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

background-color css

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

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

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

border-color css

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

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

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