Shades of Zanah #A5BEA5
Tints of Zanah #A5BEA5
RGB
CMYK
RGB Variations
Color information
#A5BEA5 (or 0xA5BEA5) is known color: Zanah. HEX triplet: A5, BE and A5. RGB value is (165,190,165). Sum of RGB (Red+Green+Blue) = 165+190+165=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BEA5 is #5A415A. Grayscale: #B3B3B3. Windows color (decimal): -5914971 or 10862245. OLE color: 10862245.
HSL color Cylindrical-coordinate representation of color #A5BEA5: hue angle of 120º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5BEA5 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 190 | 165 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.25 |
| HSL | 120º | 0.16% | 0.7% | - |
| HSV(B) | 120º | 0.13% | 0.75% | - |
| XYZ | 40.72 | 47.54 | 42.63 | - |
| YUV | 179.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 190 | 165 | 0.13 | 0 | 0.13 | 0.25 | 120 | 0.16 | 0.7 |
| Hex | A5 | BE | A5 | D | 0 | D | 19 | 78 | 10 | 46 |
| Octal | 245 | 276 | 245 | 15 | 0 | 15 | 31 | 170 | 20 | 106 |
| Binary | 10100101 | 10111110 | 10100101 | 1101 | 0 | 1101 | 11001 | 1111000 | 10000 | 1000110 |
Color Harmonies of #A5BEA5
Complementary color
Monochromatic Colors of #A5BEA5
Black with #A5BEA5
Text Example
Text Example
White with #A5BEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BEA5; }
p { color: rgb(165,190,165); }
H1.HeaderClassName
{
color: #A5BEA5;
}
.AnyTagClassName
{
color: #A5BEA5;
}
</style>
background-color css
<style>
a { background-color: #A5BEA5; }
a { background-color: rgb(165,190,165); }
div.DivClassName
{
background-color: #A5BEA5;
}
.BgClassName
{
background-color: #A5BEA5;
}
</style>
border-color css
<style>
span { border-color: #A5BEA5; }
span { border-color: rgb(165,190,165); }
td.TdClassName
{
border-color: #A5BEA5;
}
.TagClassName
{
border-color: #A5BEA5;
}
</style>