#A9AE83

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

Shades of Locust #A9AE83

Tints of Locust #A9AE83

Color information

#A9AE83 (or 0xA9AE83) is unknown color: approx Locust. HEX triplet: A9, AE and 83. RGB value is (169,174,131). Sum of RGB (Red+Green+Blue) = 169+174+131=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AE83 is #56517C. Grayscale: #A7A7A7. Windows color (decimal): -5656957 or 8629929. OLE color: 8629929.

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

Color convert

RGB169174131-
CMYK0.0300.250.32
HSL66.98º20.98%59.8%-
HSV(B)66.98º24.71%68.24%-
XYZ35.5940.3527.38-
YUV167.6107.34129-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 174 (68.36% from 255) = 36.71%
BLUE value IS 131 (51.56% from 255) = 27.64%
R=35.65%
G=36.71%
B=27.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691741310.0300.250.3266.9820.9859.8
HexA9AE8330192043153c
Octal2512562033031401032574
Binary10101001101011101000001111011001100000100001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AE83; }

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

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

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

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

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

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

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

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