Shades of Zanah #ACBEAC
Tints of Zanah #ACBEAC
RGB
CMYK
RGB Variations
Color information
#ACBEAC (or 0xACBEAC) is known color: Zanah. HEX triplet: AC, BE and AC. RGB value is (172,190,172). Sum of RGB (Red+Green+Blue) = 172+190+172=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBEAC is #534153. Grayscale: #B6B6B6. Windows color (decimal): -5456212 or 11321004. OLE color: 11321004.
HSL color Cylindrical-coordinate representation of color #ACBEAC: hue angle of 120º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBEAC is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 190 | 172 | - |
CMYK | 0.09 | 0 | 0.09 | 0.25 |
HSL | 120º | 0.12% | 0.71% | - |
HSV(B) | 120º | 0.09% | 0.75% | - |
XYZ | 42.87 | 48.58 | 46.15 | - |
YUV | 182.57 | 122.04 | 120.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 190 | 172 | 0.09 | 0 | 0.09 | 0.25 | 120 | 0.12 | 0.71 |
Hex | AC | BE | AC | 9 | 0 | 9 | 19 | 78 | C | 47 |
Octal | 254 | 276 | 254 | 11 | 0 | 11 | 31 | 170 | 14 | 107 |
Binary | 10101100 | 10111110 | 10101100 | 1001 | 0 | 1001 | 11001 | 1111000 | 1100 | 1000111 |
Color Harmonies of #ACBEAC
Complementary color
Monochromatic Colors of #ACBEAC
Black with #ACBEAC
Text Example
Text Example
White with #ACBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBEAC; }
p { color: rgb(172,190,172); }
H1.HeaderClassName
{
color: #ACBEAC;
}
.AnyTagClassName
{
color: #ACBEAC;
}
</style>
background-color css
<style>
a { background-color: #ACBEAC; }
a { background-color: rgb(172,190,172); }
div.DivClassName
{
background-color: #ACBEAC;
}
.BgClassName
{
background-color: #ACBEAC;
}
</style>
border-color css
<style>
span { border-color: #ACBEAC; }
span { border-color: rgb(172,190,172); }
td.TdClassName
{
border-color: #ACBEAC;
}
.TagClassName
{
border-color: #ACBEAC;
}
</style>