#AAAF9C

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

Shades of Green Spring #AAAF9C

Tints of Green Spring #AAAF9C

Color information

#AAAF9C (or 0xAAAF9C) is unknown color: approx Green Spring. HEX triplet: AA, AF and 9C. RGB value is (170,175,156). Sum of RGB (Red+Green+Blue) = 170+175+156=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF9C is #555063. Grayscale: #ABABAB. Windows color (decimal): -5591140 or 10268586. OLE color: 10268586.

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

Color convert

RGB170175156-
CMYK0.0300.110.31
HSL75.79º10.61%64.9%-
HSV(B)75.79º10.86%68.63%-
XYZ37.9141.6137.49-
YUV171.34119.34127.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 156 (61.33% from 255) = 31.14%
R=33.93%
G=34.93%
B=31.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751560.0300.110.3175.7910.6164.9
HexAAAF9C30B1F4cb41
Octal25225723430133711413101
Binary101010101010111110011100110101111111100110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF9C; }

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

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

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

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

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

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

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

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