#AABEAA

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

Shades of Zanah #AABEAA

Tints of Zanah #AABEAA

Color information

#AABEAA (or 0xAABEAA) is unknown color: approx Zanah. HEX triplet: AA, BE and AA. RGB value is (170,190,170). Sum of RGB (Red+Green+Blue) = 170+190+170=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEAA is #554155. Grayscale: #B5B5B5. Windows color (decimal): -5587286 or 11189930. OLE color: 11189930.

HSL color Cylindrical-coordinate representation of color #AABEAA: hue angle of 120º degrees, saturation: 0.13, 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 #AABEAA is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB170190170-
CMYK0.1100.110.25
HSL120º13.33%70.59%-
HSV(B)120º10.53%74.51%-
XYZ42.2548.2845.12-
YUV181.74121.37119.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=32.08%
G=35.85%
B=32.08%

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
Decimal1701901700.1100.110.2512013.3370.59
HexAABEAAB0B1978d47
Octal252276252130133117015107
Binary10101010101111101010101010110101111001111100011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEAA; }

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

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

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

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

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

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

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

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