#AABFAA

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

Shades of Zanah #AABFAA

Tints of Zanah #AABFAA

Color information

#AABFAA (or 0xAABFAA) is unknown color: approx Zanah. HEX triplet: AA, BF and AA. RGB value is (170,191,170). Sum of RGB (Red+Green+Blue) = 170+191+170=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFAA is #554055. Grayscale: #B6B6B6. Windows color (decimal): -5587030 or 11190186. OLE color: 11190186.

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

Color convert

RGB170191170-
CMYK0.1100.110.25
HSL120º14.09%70.78%-
HSV(B)120º10.99%74.9%-
XYZ42.4648.7145.19-
YUV182.33121.04119.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=32.02%
G=35.97%
B=32.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911700.1100.110.2512014.0970.78
HexAABFAAB0B1978e47
Octal252277252130133117016107
Binary10101010101111111010101010110101111001111100011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFAA; }

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

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

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

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

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

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

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

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