Shades of Zanah #ACBFAC
Tints of Zanah #ACBFAC
RGB
CMYK
RGB Variations
Color information
#ACBFAC (or 0xACBFAC) is known color: Zanah. HEX triplet: AC, BF and AC. RGB value is (172,191,172). Sum of RGB (Red+Green+Blue) = 172+191+172=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBFAC is #534053. Grayscale: #B7B7B7. Windows color (decimal): -5455956 or 11321260. OLE color: 11321260.
HSL color Cylindrical-coordinate representation of color #ACBFAC: hue angle of 120º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACBFAC is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 191 | 172 | - |
CMYK | 0.10 | 0 | 0.10 | 0.25 |
HSL | 120º | 0.13% | 0.71% | - |
HSV(B) | 120º | 0.1% | 0.75% | - |
XYZ | 43.09 | 49.01 | 46.22 | - |
YUV | 183.15 | 121.71 | 120.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 191 | 172 | 0.10 | 0 | 0.10 | 0.25 | 120 | 0.13 | 0.71 |
Hex | AC | BF | AC | A | 0 | A | 19 | 78 | D | 47 |
Octal | 254 | 277 | 254 | 12 | 0 | 12 | 31 | 170 | 15 | 107 |
Binary | 10101100 | 10111111 | 10101100 | 1010 | 0 | 1010 | 11001 | 1111000 | 1101 | 1000111 |
Color Harmonies of #ACBFAC
Complementary color
Monochromatic Colors of #ACBFAC
Black with #ACBFAC
Text Example
Text Example
White with #ACBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBFAC; }
p { color: rgb(172,191,172); }
H1.HeaderClassName
{
color: #ACBFAC;
}
.AnyTagClassName
{
color: #ACBFAC;
}
</style>
background-color css
<style>
a { background-color: #ACBFAC; }
a { background-color: rgb(172,191,172); }
div.DivClassName
{
background-color: #ACBFAC;
}
.BgClassName
{
background-color: #ACBFAC;
}
</style>
border-color css
<style>
span { border-color: #ACBFAC; }
span { border-color: rgb(172,191,172); }
td.TdClassName
{
border-color: #ACBFAC;
}
.TagClassName
{
border-color: #ACBFAC;
}
</style>