Shades of Zanah #A8CFA4
Tints of Zanah #A8CFA4
RGB
CMYK
RGB Variations
Color information
#A8CFA4 (or 0xA8CFA4) is known color: Zanah. HEX triplet: A8, CF and A4. RGB value is (168,207,164). Sum of RGB (Red+Green+Blue) = 168+207+164=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CFA4 is #57305B. Grayscale: #BEBEBE. Windows color (decimal): -5714012 or 10801064. OLE color: 10801064.
HSL color Cylindrical-coordinate representation of color #A8CFA4: hue angle of 114.42º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8CFA4 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 164 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.19 |
| HSL | 114.42º | 0.31% | 0.73% | - |
| HSV(B) | 114.42º | 0.21% | 0.81% | - |
| XYZ | 45.16 | 55.63 | 43.48 | - |
| YUV | 190.44 | 113.08 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 164 | 0.19 | 0 | 0.21 | 0.19 | 114.42 | 0.31 | 0.73 |
| Hex | A8 | CF | A4 | 13 | 0 | 15 | 13 | 72 | 1F | 49 |
| Octal | 250 | 317 | 244 | 23 | 0 | 25 | 23 | 162 | 37 | 111 |
| Binary | 10101000 | 11001111 | 10100100 | 10011 | 0 | 10101 | 10011 | 1110010 | 11111 | 1001001 |
Color Harmonies of #A8CFA4
Complementary color
Monochromatic Colors of #A8CFA4
Black with #A8CFA4
Text Example
Text Example
White with #A8CFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFA4; }
p { color: rgb(168,207,164); }
H1.HeaderClassName
{
color: #A8CFA4;
}
.AnyTagClassName
{
color: #A8CFA4;
}
</style>
background-color css
<style>
a { background-color: #A8CFA4; }
a { background-color: rgb(168,207,164); }
div.DivClassName
{
background-color: #A8CFA4;
}
.BgClassName
{
background-color: #A8CFA4;
}
</style>
border-color css
<style>
span { border-color: #A8CFA4; }
span { border-color: rgb(168,207,164); }
td.TdClassName
{
border-color: #A8CFA4;
}
.TagClassName
{
border-color: #A8CFA4;
}
</style>