Shades of Zanah #A8C6A5
Tints of Zanah #A8C6A5
RGB
CMYK
RGB Variations
Color information
#A8C6A5 (or 0xA8C6A5) is known color: Zanah. HEX triplet: A8, C6 and A5. RGB value is (168,198,165). Sum of RGB (Red+Green+Blue) = 168+198+165=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C6A5 is #57395A. Grayscale: #B9B9B9. Windows color (decimal): -5716315 or 10864296. OLE color: 10864296.
HSL color Cylindrical-coordinate representation of color #A8C6A5: hue angle of 114.55º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8C6A5 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 165 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.22 |
| HSL | 114.55º | 0.22% | 0.71% | - |
| HSV(B) | 114.55º | 0.17% | 0.78% | - |
| XYZ | 43.13 | 51.43 | 43.25 | - |
| YUV | 185.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 165 | 0.15 | 0 | 0.17 | 0.22 | 114.55 | 0.22 | 0.71 |
| Hex | A8 | C6 | A5 | F | 0 | 11 | 16 | 73 | 16 | 47 |
| Octal | 250 | 306 | 245 | 17 | 0 | 21 | 26 | 163 | 26 | 107 |
| Binary | 10101000 | 11000110 | 10100101 | 1111 | 0 | 10001 | 10110 | 1110011 | 10110 | 1000111 |
Color Harmonies of #A8C6A5
Complementary color
Monochromatic Colors of #A8C6A5
Black with #A8C6A5
Text Example
Text Example
White with #A8C6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C6A5; }
p { color: rgb(168,198,165); }
H1.HeaderClassName
{
color: #A8C6A5;
}
.AnyTagClassName
{
color: #A8C6A5;
}
</style>
background-color css
<style>
a { background-color: #A8C6A5; }
a { background-color: rgb(168,198,165); }
div.DivClassName
{
background-color: #A8C6A5;
}
.BgClassName
{
background-color: #A8C6A5;
}
</style>
border-color css
<style>
span { border-color: #A8C6A5; }
span { border-color: rgb(168,198,165); }
td.TdClassName
{
border-color: #A8C6A5;
}
.TagClassName
{
border-color: #A8C6A5;
}
</style>