#AAAF73

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

Shades of Locust #AAAF73

Tints of Locust #AAAF73

Color information

#AAAF73 (or 0xAAAF73) is unknown color: approx Locust. HEX triplet: AA, AF and 73. RGB value is (170,175,115). Sum of RGB (Red+Green+Blue) = 170+175+115=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF73 is #55508C. Grayscale: #A6A6A6. Windows color (decimal): -5591181 or 7581610. OLE color: 7581610.

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

Color convert

RGB170175115-
CMYK0.0300.340.31
HSL65º27.27%56.86%-
HSV(B)65º34.29%68.63%-
XYZ3540.4422.18-
YUV166.6798.84130.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 115 (45.31% from 255) = 25%
R=36.96%
G=38.04%
B=25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751150.0300.340.316527.2756.86
HexAAAF7330221F411b39
Octal2522571633042371013371
Binary1010101010101111111001111010001011111100000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF73; }

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

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

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

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

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

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

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

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