#A6AE80

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

Shades of Locust #A6AE80

Tints of Locust #A6AE80

Color information

#A6AE80 (or 0xA6AE80) is unknown color: approx Locust. HEX triplet: A6, AE and 80. RGB value is (166,174,128). Sum of RGB (Red+Green+Blue) = 166+174+128=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AE80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AE80 is #59517F. Grayscale: #A6A6A6. Windows color (decimal): -5853568 or 8433318. OLE color: 8433318.

HSL color Cylindrical-coordinate representation of color #A6AE80: hue angle of 70.43º 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 #A6AE80 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB166174128-
CMYK0.0500.260.32
HSL70.43º22.12%59.22%-
HSV(B)70.43º26.44%68.24%-
XYZ34.7639.9426.3-
YUV166.36106.35127.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.47%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=35.47%
G=37.18%
B=27.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661741280.0500.260.3270.4322.1259.22
HexA6AE80501A2046163b
Octal2462562005032401062673
Binary101001101010111010000000101011010100000100011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AE80; }

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

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

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

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

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

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

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

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