Shades of Zanah #A5BDA6
Tints of Zanah #A5BDA6
RGB
CMYK
RGB Variations
Color information
#A5BDA6 (or 0xA5BDA6) is known color: Zanah. HEX triplet: A5, BD and A6. RGB value is (165,189,166). Sum of RGB (Red+Green+Blue) = 165+189+166=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BDA6 is #5A4259. Grayscale: #B3B3B3. Windows color (decimal): -5915226 or 10927525. OLE color: 10927525.
HSL color Cylindrical-coordinate representation of color #A5BDA6: hue angle of 122.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5BDA6 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 166 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.26 |
| HSL | 122.5º | 0.15% | 0.69% | - |
| HSV(B) | 122.5º | 0.13% | 0.74% | - |
| XYZ | 40.6 | 47.15 | 43.04 | - |
| YUV | 179.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 166 | 0.13 | 0 | 0.12 | 0.26 | 122.5 | 0.15 | 0.69 |
| Hex | A5 | BD | A6 | D | 0 | C | 1A | 7B | F | 45 |
| Octal | 245 | 275 | 246 | 15 | 0 | 14 | 32 | 173 | 17 | 105 |
| Binary | 10100101 | 10111101 | 10100110 | 1101 | 0 | 1100 | 11010 | 1111011 | 1111 | 1000101 |
Color Harmonies of #A5BDA6
Complementary color
Monochromatic Colors of #A5BDA6
Black with #A5BDA6
Text Example
Text Example
White with #A5BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BDA6; }
p { color: rgb(165,189,166); }
H1.HeaderClassName
{
color: #A5BDA6;
}
.AnyTagClassName
{
color: #A5BDA6;
}
</style>
background-color css
<style>
a { background-color: #A5BDA6; }
a { background-color: rgb(165,189,166); }
div.DivClassName
{
background-color: #A5BDA6;
}
.BgClassName
{
background-color: #A5BDA6;
}
</style>
border-color css
<style>
span { border-color: #A5BDA6; }
span { border-color: rgb(165,189,166); }
td.TdClassName
{
border-color: #A5BDA6;
}
.TagClassName
{
border-color: #A5BDA6;
}
</style>