Shades of Zanah #ADBFAC
Tints of Zanah #ADBFAC
RGB
CMYK
RGB Variations
Color information
#ADBFAC (or 0xADBFAC) is known color: Zanah. HEX triplet: AD, BF and AC. RGB value is (173,191,172). Sum of RGB (Red+Green+Blue) = 173+191+172=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBFAC is #524053. Grayscale: #B7B7B7. Windows color (decimal): -5390420 or 11321261. OLE color: 11321261.
HSL color Cylindrical-coordinate representation of color #ADBFAC: hue angle of 116.84º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADBFAC is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 191 | 172 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.25 |
| HSL | 116.84º | 0.13% | 0.71% | - |
| HSV(B) | 116.84º | 0.1% | 0.75% | - |
| XYZ | 43.31 | 49.12 | 46.23 | - |
| YUV | 183.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 172 | 0.09 | 0 | 0.10 | 0.25 | 116.84 | 0.13 | 0.71 |
| Hex | AD | BF | AC | 9 | 0 | A | 19 | 75 | D | 47 |
| Octal | 255 | 277 | 254 | 11 | 0 | 12 | 31 | 165 | 15 | 107 |
| Binary | 10101101 | 10111111 | 10101100 | 1001 | 0 | 1010 | 11001 | 1110101 | 1101 | 1000111 |
Color Harmonies of #ADBFAC
Complementary color
Monochromatic Colors of #ADBFAC
Black with #ADBFAC
Text Example
Text Example
White with #ADBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFAC; }
p { color: rgb(173,191,172); }
H1.HeaderClassName
{
color: #ADBFAC;
}
.AnyTagClassName
{
color: #ADBFAC;
}
</style>
background-color css
<style>
a { background-color: #ADBFAC; }
a { background-color: rgb(173,191,172); }
div.DivClassName
{
background-color: #ADBFAC;
}
.BgClassName
{
background-color: #ADBFAC;
}
</style>
border-color css
<style>
span { border-color: #ADBFAC; }
span { border-color: rgb(173,191,172); }
td.TdClassName
{
border-color: #ADBFAC;
}
.TagClassName
{
border-color: #ADBFAC;
}
</style>