#AABFA9

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

Shades of Zanah #AABFA9

Tints of Zanah #AABFA9

Color information

#AABFA9 (or 0xAABFA9) is unknown color: approx Zanah. HEX triplet: AA, BF and A9. RGB value is (170,191,169). Sum of RGB (Red+Green+Blue) = 170+191+169=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFA9 is #554056. Grayscale: #B6B6B6. Windows color (decimal): -5587031 or 11124650. OLE color: 11124650.

HSL color Cylindrical-coordinate representation of color #AABFA9: hue angle of 117.27º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AABFA9 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB170191169-
CMYK0.1100.120.25
HSL117.27º14.67%70.59%-
HSV(B)117.27º11.52%74.9%-
XYZ42.3748.6744.7-
YUV182.21120.54119.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 191 (75% from 255) = 36.04%
BLUE value IS 169 (66.41% from 255) = 31.89%
R=32.08%
G=36.04%
B=31.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911690.1100.120.25117.2714.6770.59
HexAABFA9B0C1975f47
Octal252277251130143116517107
Binary10101010101111111010100110110110011001111010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFA9; }

 p { color: rgb(170,191,169); }

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

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

 a { background-color: rgb(170,191,169); }

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

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

 span { border-color: rgb(170,191,169); }

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