#A6AD80

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

Shades of Locust #A6AD80

Tints of Locust #A6AD80

Color information

#A6AD80 (or 0xA6AD80) is unknown color: approx Locust. HEX triplet: A6, AD and 80. RGB value is (166,173,128). Sum of RGB (Red+Green+Blue) = 166+173+128=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD80 is #59527F. Grayscale: #A5A5A5. Windows color (decimal): -5853824 or 8433062. OLE color: 8433062.

HSL color Cylindrical-coordinate representation of color #A6AD80: hue angle of 69.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6AD80 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB166173128-
CMYK0.0400.260.32
HSL69.33º21.53%59.02%-
HSV(B)69.33º26.01%67.84%-
XYZ34.5739.5526.23-
YUV165.78106.68128.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 173 (67.97% from 255) = 37.04%
BLUE value IS 128 (50.39% from 255) = 27.41%
R=35.55%
G=37.04%
B=27.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661731280.0400.260.3269.3321.5359.02
HexA6AD80401A2045163b
Octal2462552004032401052673
Binary101001101010110110000000100011010100000100010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AD80; }

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

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

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

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

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

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

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

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