Shades of Zanah #A8CAA4
Tints of Zanah #A8CAA4
RGB
CMYK
RGB Variations
Color information
#A8CAA4 (or 0xA8CAA4) is known color: Zanah. HEX triplet: A8, CA and A4. RGB value is (168,202,164). Sum of RGB (Red+Green+Blue) = 168+202+164=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CAA4 is #57355B. Grayscale: #BBBBBB. Windows color (decimal): -5715292 or 10799784. OLE color: 10799784.
HSL color Cylindrical-coordinate representation of color #A8CAA4: hue angle of 113.68º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8CAA4 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
RGB | 168 | 202 | 164 | - |
CMYK | 0.17 | 0 | 0.19 | 0.21 |
HSL | 113.68º | 0.26% | 0.72% | - |
HSV(B) | 113.68º | 0.19% | 0.79% | - |
XYZ | 43.97 | 53.25 | 43.08 | - |
YUV | 187.5 | 114.74 | 114.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 202 | 164 | 0.17 | 0 | 0.19 | 0.21 | 113.68 | 0.26 | 0.72 |
Hex | A8 | CA | A4 | 11 | 0 | 13 | 15 | 72 | 1A | 48 |
Octal | 250 | 312 | 244 | 21 | 0 | 23 | 25 | 162 | 32 | 110 |
Binary | 10101000 | 11001010 | 10100100 | 10001 | 0 | 10011 | 10101 | 1110010 | 11010 | 1001000 |
Color Harmonies of #A8CAA4
Complementary color
Monochromatic Colors of #A8CAA4
Black with #A8CAA4
Text Example
Text Example
White with #A8CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CAA4; }
p { color: rgb(168,202,164); }
H1.HeaderClassName
{
color: #A8CAA4;
}
.AnyTagClassName
{
color: #A8CAA4;
}
</style>
background-color css
<style>
a { background-color: #A8CAA4; }
a { background-color: rgb(168,202,164); }
div.DivClassName
{
background-color: #A8CAA4;
}
.BgClassName
{
background-color: #A8CAA4;
}
</style>
border-color css
<style>
span { border-color: #A8CAA4; }
span { border-color: rgb(168,202,164); }
td.TdClassName
{
border-color: #A8CAA4;
}
.TagClassName
{
border-color: #A8CAA4;
}
</style>