Shades of Zanah #A3BFA4
Tints of Zanah #A3BFA4
RGB
CMYK
RGB Variations
Color information
#A3BFA4 (or 0xA3BFA4) is known color: Zanah. HEX triplet: A3, BF and A4. RGB value is (163,191,164). Sum of RGB (Red+Green+Blue) = 163+191+164=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BFA4 is #5C405B. Grayscale: #B3B3B3. Windows color (decimal): -6045788 or 10796963. OLE color: 10796963.
HSL color Cylindrical-coordinate representation of color #A3BFA4: hue angle of 122.14º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3BFA4 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 191 | 164 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.25 |
| HSL | 122.14º | 0.18% | 0.69% | - |
| HSV(B) | 122.14º | 0.15% | 0.75% | - |
| XYZ | 40.44 | 47.73 | 42.2 | - |
| YUV | 179.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 164 | 0.15 | 0 | 0.14 | 0.25 | 122.14 | 0.18 | 0.69 |
| Hex | A3 | BF | A4 | F | 0 | E | 19 | 7A | 12 | 45 |
| Octal | 243 | 277 | 244 | 17 | 0 | 16 | 31 | 172 | 22 | 105 |
| Binary | 10100011 | 10111111 | 10100100 | 1111 | 0 | 1110 | 11001 | 1111010 | 10010 | 1000101 |
Color Harmonies of #A3BFA4
Complementary color
Monochromatic Colors of #A3BFA4
Black with #A3BFA4
Text Example
Text Example
White with #A3BFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BFA4; }
p { color: rgb(163,191,164); }
H1.HeaderClassName
{
color: #A3BFA4;
}
.AnyTagClassName
{
color: #A3BFA4;
}
</style>
background-color css
<style>
a { background-color: #A3BFA4; }
a { background-color: rgb(163,191,164); }
div.DivClassName
{
background-color: #A3BFA4;
}
.BgClassName
{
background-color: #A3BFA4;
}
</style>
border-color css
<style>
span { border-color: #A3BFA4; }
span { border-color: rgb(163,191,164); }
td.TdClassName
{
border-color: #A3BFA4;
}
.TagClassName
{
border-color: #A3BFA4;
}
</style>