#AAAF76

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

Shades of Locust #AAAF76

Tints of Locust #AAAF76

Color information

#AAAF76 (or 0xAAAF76) is unknown color: approx Locust. HEX triplet: AA, AF and 76. RGB value is (170,175,118). Sum of RGB (Red+Green+Blue) = 170+175+118=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF76 is #555089. Grayscale: #A7A7A7. Windows color (decimal): -5591178 or 7778218. OLE color: 7778218.

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

Color convert

RGB170175118-
CMYK0.0300.330.31
HSL65.26º26.27%57.45%-
HSV(B)65.26º32.57%68.63%-
XYZ35.1840.5123.11-
YUV167.01100.34130.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 118 (46.48% from 255) = 25.49%
R=36.72%
G=37.80%
B=25.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751180.0300.330.3165.2626.2757.45
HexAAAF7630211F411a39
Octal2522571663041371013271
Binary1010101010101111111011011010000111111100000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF76; }

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

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

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

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

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

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

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

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