Shades of Zanah #AABEAA
Tints of Zanah #AABEAA
RGB
CMYK
RGB Variations
Color information
#AABEAA (or 0xAABEAA) is known color: 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
RGB | 170 | 190 | 170 | - |
CMYK | 0.11 | 0 | 0.11 | 0.25 |
HSL | 120º | 0.13% | 0.71% | - |
HSV(B) | 120º | 0.11% | 0.75% | - |
XYZ | 42.25 | 48.28 | 45.12 | - |
YUV | 181.74 | 121.37 | 119.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 190 | 170 | 0.11 | 0 | 0.11 | 0.25 | 120 | 0.13 | 0.71 |
Hex | AA | BE | AA | B | 0 | B | 19 | 78 | D | 47 |
Octal | 252 | 276 | 252 | 13 | 0 | 13 | 31 | 170 | 15 | 107 |
Binary | 10101010 | 10111110 | 10101010 | 1011 | 0 | 1011 | 11001 | 1111000 | 1101 | 1000111 |
Color Harmonies of #AABEAA
Complementary color
Monochromatic Colors of #AABEAA
Black with #AABEAA
Text Example
Text Example
White with #AABEAA
Text Example
Text Example
HTML Codes & Css Web 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>