#AAAD9B

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

Shades of Green Spring #AAAD9B

Tints of Green Spring #AAAD9B

Color information

#AAAD9B (or 0xAAAD9B) is unknown color: approx Green Spring. HEX triplet: AA, AD and 9B. RGB value is (170,173,155). Sum of RGB (Red+Green+Blue) = 170+173+155=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAD9B is #555264. Grayscale: #AAAAAA. Windows color (decimal): -5591653 or 10202538. OLE color: 10202538.

HSL color Cylindrical-coordinate representation of color #AAAD9B: hue angle of 70º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAAD9B is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB170173155-
CMYK0.0200.100.32
HSL70º9.89%64.31%-
HSV(B)70º10.4%67.84%-
XYZ37.4440.836.91-
YUV170.05119.51127.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 155 (60.94% from 255) = 31.12%
R=34.14%
G=34.74%
B=31.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701731550.0200.100.32709.8964.31
HexAAAD9B20A2046a40
Octal25225523320124010612100
Binary1010101010101101100110111001010100000100011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD9B; }

 p { color: rgb(170,173,155); }

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

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

 a { background-color: rgb(170,173,155); }

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

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

 span { border-color: rgb(170,173,155); }

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