#AAAFA0

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

Shades of Green Spring #AAAFA0

Tints of Green Spring #AAAFA0

Color information

#AAAFA0 (or 0xAAAFA0) is unknown color: approx Green Spring. HEX triplet: AA, AF and A0. RGB value is (170,175,160). Sum of RGB (Red+Green+Blue) = 170+175+160=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAFA0 is #55505F. Grayscale: #ABABAB. Windows color (decimal): -5591136 or 10530730. OLE color: 10530730.

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

Color convert

RGB170175160-
CMYK0.0300.090.31
HSL80º8.57%65.69%-
HSV(B)80º8.57%68.63%-
XYZ38.2541.7439.3-
YUV171.8121.34126.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 175 (68.75% from 255) = 34.65%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=33.66%
G=34.65%
B=31.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751600.0300.090.31808.5765.69
HexAAAFA03091F50942
Octal25225724030113712011102
Binary101010101010111110100000110100111111101000010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFA0; }

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

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

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

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

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

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

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

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