#A6AF80

Color #A6AF80 Locust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Locust #A6AF80

Tints of Locust #A6AF80

Color information

#A6AF80 (or 0xA6AF80) is unknown color: approx Locust. HEX triplet: A6, AF and 80. RGB value is (166,175,128). Sum of RGB (Red+Green+Blue) = 166+175+128=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AF80 is #59507F. Grayscale: #A7A7A7. Windows color (decimal): -5853312 or 8433574. OLE color: 8433574.

HSL color Cylindrical-coordinate representation of color #A6AF80: hue angle of 71.49º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6AF80 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB166175128-
CMYK0.0500.270.31
HSL71.49º22.71%59.41%-
HSV(B)71.49º26.86%68.63%-
XYZ34.9540.3326.36-
YUV166.95106.02127.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 175 (68.75% from 255) = 37.31%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=35.39%
G=37.31%
B=27.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661751280.0500.270.3171.4922.7159.41
HexA6AF80501B1F47173b
Octal2462572005033371072773
Binary10100110101011111000000010101101111111100011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AF80; }

 p { color: rgb(166,175,128); }

 H1.HeaderClassName
 {
   color: #A6AF80;
 }
 .AnyTagClassName
 {
   color: #A6AF80;
 }
</style>
background-color css

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

 a { background-color: rgb(166,175,128); }

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

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

 span { border-color: rgb(166,175,128); }

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