Shades of Zanah #A5CBA3
Tints of Zanah #A5CBA3
RGB
CMYK
RGB Variations
Color information
#A5CBA3 (or 0xA5CBA3) is known color: Zanah. HEX triplet: A5, CB and A3. RGB value is (165,203,163). Sum of RGB (Red+Green+Blue) = 165+203+163=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 163 (64.06% from 255 or 30.70% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CBA3 is #5A345C. Grayscale: #BBBBBB. Windows color (decimal): -5911645 or 10734501. OLE color: 10734501.
HSL color Cylindrical-coordinate representation of color #A5CBA3: hue angle of 117º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CBA3 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 203 | 163 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.20 |
| HSL | 117º | 0.28% | 0.72% | - |
| HSV(B) | 117º | 0.2% | 0.8% | - |
| XYZ | 43.48 | 53.36 | 42.66 | - |
| YUV | 187.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 203 | 163 | 0.19 | 0 | 0.20 | 0.20 | 117 | 0.28 | 0.72 |
| Hex | A5 | CB | A3 | 13 | 0 | 14 | 14 | 75 | 1C | 48 |
| Octal | 245 | 313 | 243 | 23 | 0 | 24 | 24 | 165 | 34 | 110 |
| Binary | 10100101 | 11001011 | 10100011 | 10011 | 0 | 10100 | 10100 | 1110101 | 11100 | 1001000 |
Color Harmonies of #A5CBA3
Complementary color
Monochromatic Colors of #A5CBA3
Black with #A5CBA3
Text Example
Text Example
White with #A5CBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CBA3; }
p { color: rgb(165,203,163); }
H1.HeaderClassName
{
color: #A5CBA3;
}
.AnyTagClassName
{
color: #A5CBA3;
}
</style>
background-color css
<style>
a { background-color: #A5CBA3; }
a { background-color: rgb(165,203,163); }
div.DivClassName
{
background-color: #A5CBA3;
}
.BgClassName
{
background-color: #A5CBA3;
}
</style>
border-color css
<style>
span { border-color: #A5CBA3; }
span { border-color: rgb(165,203,163); }
td.TdClassName
{
border-color: #A5CBA3;
}
.TagClassName
{
border-color: #A5CBA3;
}
</style>