#AAAF80

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

Shades of Locust #AAAF80

Tints of Locust #AAAF80

Color information

#AAAF80 (or 0xAAAF80) is unknown color: approx Locust. HEX triplet: AA, AF and 80. RGB value is (170,175,128). Sum of RGB (Red+Green+Blue) = 170+175+128=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF80 is #55507F. Grayscale: #A8A8A8. Windows color (decimal): -5591168 or 8433578. OLE color: 8433578.

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

Color convert

RGB170175128-
CMYK0.0300.270.31
HSL66.38º22.71%59.41%-
HSV(B)66.38º26.86%68.63%-
XYZ35.840.7626.4-
YUV168.15105.34129.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 175 (68.75% from 255) = 37.00%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=35.94%
G=37.00%
B=27.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751280.0300.270.3166.3822.7159.41
HexAAAF80301B1F42173b
Octal2522572003033371022773
Binary1010101010101111100000001101101111111100001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF80; }

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

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

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

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

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

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

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

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