#A6AE75

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

Shades of Locust #A6AE75

Tints of Locust #A6AE75

Color information

#A6AE75 (or 0xA6AE75) is unknown color: approx Locust. HEX triplet: A6, AE and 75. RGB value is (166,174,117). Sum of RGB (Red+Green+Blue) = 166+174+117=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AE75 is #59518A. Grayscale: #A5A5A5. Windows color (decimal): -5853579 or 7712422. OLE color: 7712422.

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

Color convert

RGB166174117-
CMYK0.0500.330.32
HSL68.42º26.03%57.06%-
HSV(B)68.42º32.76%68.24%-
XYZ34.0739.6622.69-
YUV165.11100.85128.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 174 (68.36% from 255) = 38.07%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=36.32%
G=38.07%
B=25.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661741170.0500.330.3268.4226.0357.06
HexA6AE75502120441a39
Octal2462561655041401043271
Binary101001101010111011101011010100001100000100010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AE75; }

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

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

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

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

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

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

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

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