#A6AE7D

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

Shades of Locust #A6AE7D

Tints of Locust #A6AE7D

Color information

#A6AE7D (or 0xA6AE7D) is unknown color: approx Locust. HEX triplet: A6, AE and 7D. RGB value is (166,174,125). Sum of RGB (Red+Green+Blue) = 166+174+125=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AE7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AE7D is #595182. Grayscale: #A6A6A6. Windows color (decimal): -5853571 or 8236710. OLE color: 8236710.

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

Color convert

RGB166174125-
CMYK0.0500.280.32
HSL69.8º23.22%58.63%-
HSV(B)69.8º28.16%68.24%-
XYZ34.5639.8625.27-
YUV166.02104.85127.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 125 (49.22% from 255) = 26.88%
R=35.70%
G=37.42%
B=26.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661741250.0500.280.3269.823.2258.63
HexA6AE7D501C2046173b
Octal2462561755034401062773
Binary10100110101011101111101101011100100000100011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AE7D; }

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

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

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

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

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

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

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

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