#AAAF72

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

Shades of Locust #AAAF72

Tints of Locust #AAAF72

Color information

#AAAF72 (or 0xAAAF72) is unknown color: approx Locust. HEX triplet: AA, AF and 72. RGB value is (170,175,114). Sum of RGB (Red+Green+Blue) = 170+175+114=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF72 is #55508D. Grayscale: #A6A6A6. Windows color (decimal): -5591182 or 7516074. OLE color: 7516074.

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

Color convert

RGB170175114-
CMYK0.0300.350.31
HSL64.92º27.6%56.67%-
HSV(B)64.92º34.86%68.63%-
XYZ34.9440.4221.88-
YUV166.5598.34130.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 114 (44.92% from 255) = 24.84%
R=37.04%
G=38.13%
B=24.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751140.0300.350.3164.9227.656.67
HexAAAF7230231F411c39
Octal2522571623043371013471
Binary1010101010101111111001011010001111111100000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF72; }

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

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

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

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

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

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

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

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