#A9AE7C

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

Shades of Locust #A9AE7C

Tints of Locust #A9AE7C

Color information

#A9AE7C (or 0xA9AE7C) is unknown color: approx Locust. HEX triplet: A9, AE and 7C. RGB value is (169,174,124). Sum of RGB (Red+Green+Blue) = 169+174+124=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AE7C is #565183. Grayscale: #A7A7A7. Windows color (decimal): -5656964 or 8171177. OLE color: 8171177.

HSL color Cylindrical-coordinate representation of color #A9AE7C: hue angle of 66º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9AE7C is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB169174124-
CMYK0.0300.290.32
HSL66º23.58%58.43%-
HSV(B)66º28.74%68.24%-
XYZ35.1440.1624.97-
YUV166.8103.84129.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.19%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 124 (48.83% from 255) = 26.55%
R=36.19%
G=37.26%
B=26.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691741240.0300.290.326623.5858.43
HexA9AE7C301D2042183a
Octal2512561743035401023072
Binary1010100110101110111110011011101100000100001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AE7C; }

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

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

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

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

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

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

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

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