#A9AE75

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

Shades of Locust #A9AE75

Tints of Locust #A9AE75

Color information

#A9AE75 (or 0xA9AE75) is unknown color: approx Locust. HEX triplet: A9, AE and 75. RGB value is (169,174,117). Sum of RGB (Red+Green+Blue) = 169+174+117=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AE75 is #56518A. Grayscale: #A6A6A6. Windows color (decimal): -5656971 or 7712425. OLE color: 7712425.

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

Color convert

RGB169174117-
CMYK0.0300.330.32
HSL65.26º26.03%57.06%-
HSV(B)65.26º32.76%68.24%-
XYZ34.7139.9922.72-
YUV166.01100.34130.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 174 (68.36% from 255) = 37.83%
BLUE value IS 117 (46.09% from 255) = 25.43%
R=36.74%
G=37.83%
B=25.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691741170.0300.330.3265.2626.0357.06
HexA9AE75302120411a39
Octal2512561653041401013271
Binary10101001101011101110101110100001100000100000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AE75; }

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

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

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

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

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

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

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

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