Html Css Color HEX #A6AA72 Locust

📋 copy color: '#A6AA72'

red 166 ◦ green 170 ◦ blue 114

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

Shades of Locust #A6AA72

Tints of Locust #A6AA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.33%

R = 36.89%
G = 37.78%
B = 25.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#A6AA72 (or 0xA6AA72) is known color: Locust. HEX triplet: A6, AA and 72. RGB value is (166,170,114). Sum of RGB (Red+Green+Blue) = 166+170+114=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA72 is #59558D. Grayscale: #A2A2A2. Windows color (decimal): -5854606 or 7514790. OLE color: 7514790.

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

Color convert

RGB 166 170 114 -
CMYK 0.02 0 0.33 0.33
HSL 64.29º 0.25% 0.56% -
HSV(B) 64.29º 0.33% 0.67% -
XYZ 33.14 38.07 21.52 -
YUV 162.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 166 170 114 0.02 0 0.33 0.33 64.29 0.25 0.56
Hex A6 AA 72 2 0 21 21 40 19 38
Octal 246 252 162 2 0 41 41 100 31 70
Binary 10100110 10101010 1110010 10 0 100001 100001 1000000 11001 111000

Color Harmonies of #A6AA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA72

Black with #A6AA72

Text Example


Text Example

White with #A6AA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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