Shades of Zanah #AFBAB0
Tints of Zanah #AFBAB0
RGB
CMYK
RGB Variations
Color information
#AFBAB0 (or 0xAFBAB0) is known color: Zanah. HEX triplet: AF, BA and B0. RGB value is (175,186,176). Sum of RGB (Red+Green+Blue) = 175+186+176=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAB0 is #50454F. Grayscale: #B5B5B5. Windows color (decimal): -5260624 or 11582127. OLE color: 11582127.
HSL color Cylindrical-coordinate representation of color #AFBAB0: hue angle of 125.45º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFBAB0 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
RGB | 175 | 186 | 176 | - |
CMYK | 0.06 | 0 | 0.05 | 0.27 |
HSL | 125.45º | 0.07% | 0.71% | - |
HSV(B) | 125.45º | 0.06% | 0.73% | - |
XYZ | 43.07 | 47.37 | 47.95 | - |
YUV | 181.57 | 124.86 | 123.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 186 | 176 | 0.06 | 0 | 0.05 | 0.27 | 125.45 | 0.07 | 0.71 |
Hex | AF | BA | B0 | 6 | 0 | 5 | 1B | 7D | 7 | 47 |
Octal | 257 | 272 | 260 | 6 | 0 | 5 | 33 | 175 | 7 | 107 |
Binary | 10101111 | 10111010 | 10110000 | 110 | 0 | 101 | 11011 | 1111101 | 111 | 1000111 |
Color Harmonies of #AFBAB0
Complementary color
Monochromatic Colors of #AFBAB0
Black with #AFBAB0
Text Example
Text Example
White with #AFBAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBAB0; }
p { color: rgb(175,186,176); }
H1.HeaderClassName
{
color: #AFBAB0;
}
.AnyTagClassName
{
color: #AFBAB0;
}
</style>
background-color css
<style>
a { background-color: #AFBAB0; }
a { background-color: rgb(175,186,176); }
div.DivClassName
{
background-color: #AFBAB0;
}
.BgClassName
{
background-color: #AFBAB0;
}
</style>
border-color css
<style>
span { border-color: #AFBAB0; }
span { border-color: rgb(175,186,176); }
td.TdClassName
{
border-color: #AFBAB0;
}
.TagClassName
{
border-color: #AFBAB0;
}
</style>