#AAAF81

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

Shades of Locust #AAAF81

Tints of Locust #AAAF81

Color information

#AAAF81 (or 0xAAAF81) is unknown color: approx Locust. HEX triplet: AA, AF and 81. RGB value is (170,175,129). Sum of RGB (Red+Green+Blue) = 170+175+129=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF81 is #55507E. Grayscale: #A8A8A8. Windows color (decimal): -5591167 or 8499114. OLE color: 8499114.

HSL color Cylindrical-coordinate representation of color #AAAF81: hue angle of 66.52º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAAF81 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB170175129-
CMYK0.0300.260.31
HSL66.52º22.33%59.61%-
HSV(B)66.52º26.29%68.63%-
XYZ35.8740.7926.75-
YUV168.26105.84129.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 175 (68.75% from 255) = 36.92%
BLUE value IS 129 (50.78% from 255) = 27.22%
R=35.86%
G=36.92%
B=27.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751290.0300.260.3166.5222.3359.61
HexAAAF81301A1F43163c
Octal2522572013032371032674
Binary1010101010101111100000011101101011111100001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF81; }

 p { color: rgb(170,175,129); }

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

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

 a { background-color: rgb(170,175,129); }

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

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

 span { border-color: rgb(170,175,129); }

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