Html Css Color HEX #A6AA82 Locust

📋 copy color: '#A6AA82'

red 166 ◦ green 170 ◦ blue 130

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

Shades of Locust #A6AA82

Tints of Locust #A6AA82

RGB

 RED value IS 166 (65.23% from 255) = 35.62%

 GREEN value IS 170 (66.8% from 255) = 36.48%

 BLUE value IS 130 (51.17% from 255) = 27.9%

R = 35.62%
G = 36.48%
B = 27.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#A6AA82 (or 0xA6AA82) is known color: Locust. HEX triplet: A6, AA and 82. RGB value is (166,170,130). Sum of RGB (Red+Green+Blue) = 166+170+130=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AA82 is #59557D. Grayscale: #A4A4A4. Windows color (decimal): -5854590 or 8563366. OLE color: 8563366.

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

Color convert

RGB 166 170 130 -
CMYK 0.02 0 0.24 0.33
HSL 66º 0.19% 0.59% -
HSV(B) 66º 0.24% 0.67% -
XYZ 34.13 38.47 26.75 -
YUV 164.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 166 170 130 0.02 0 0.24 0.33 66 0.19 0.59
Hex A6 AA 82 2 0 18 21 42 13 3B
Octal 246 252 202 2 0 30 41 102 23 73
Binary 10100110 10101010 10000010 10 0 11000 100001 1000010 10011 111011

Color Harmonies of #A6AA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA82

Black with #A6AA82

Text Example


Text Example

White with #A6AA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA82; }

 p { color: rgb(166,170,130); }

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

background-color css

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

 a { background-color: rgb(166,170,130); }

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

border-color css

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

 span { border-color: rgb(166,170,130); }

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