Shades of Zanah #A5CBA6
Tints of Zanah #A5CBA6
RGB
CMYK
RGB Variations
Color information
#A5CBA6 (or 0xA5CBA6) is known color: Zanah. HEX triplet: A5, CB and A6. RGB value is (165,203,166). Sum of RGB (Red+Green+Blue) = 165+203+166=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CBA6 is #5A3459. Grayscale: #BBBBBB. Windows color (decimal): -5911642 or 10931109. OLE color: 10931109.
HSL color Cylindrical-coordinate representation of color #A5CBA6: hue angle of 121.58º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CBA6 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 203 | 166 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.20 |
| HSL | 121.58º | 0.27% | 0.72% | - |
| HSV(B) | 121.58º | 0.19% | 0.8% | - |
| XYZ | 43.76 | 53.46 | 44.09 | - |
| YUV | 187.42 | 115.91 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 203 | 166 | 0.19 | 0 | 0.18 | 0.20 | 121.58 | 0.27 | 0.72 |
| Hex | A5 | CB | A6 | 13 | 0 | 12 | 14 | 7A | 1B | 48 |
| Octal | 245 | 313 | 246 | 23 | 0 | 22 | 24 | 172 | 33 | 110 |
| Binary | 10100101 | 11001011 | 10100110 | 10011 | 0 | 10010 | 10100 | 1111010 | 11011 | 1001000 |
Color Harmonies of #A5CBA6
Complementary color
Monochromatic Colors of #A5CBA6
Black with #A5CBA6
Text Example
Text Example
White with #A5CBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CBA6; }
p { color: rgb(165,203,166); }
H1.HeaderClassName
{
color: #A5CBA6;
}
.AnyTagClassName
{
color: #A5CBA6;
}
</style>
background-color css
<style>
a { background-color: #A5CBA6; }
a { background-color: rgb(165,203,166); }
div.DivClassName
{
background-color: #A5CBA6;
}
.BgClassName
{
background-color: #A5CBA6;
}
</style>
border-color css
<style>
span { border-color: #A5CBA6; }
span { border-color: rgb(165,203,166); }
td.TdClassName
{
border-color: #A5CBA6;
}
.TagClassName
{
border-color: #A5CBA6;
}
</style>