Shades of Zanah #ACC3AC
Tints of Zanah #ACC3AC
RGB
CMYK
RGB Variations
Color information
#ACC3AC (or 0xACC3AC) is known color: Zanah. HEX triplet: AC, C3 and AC. RGB value is (172,195,172). Sum of RGB (Red+Green+Blue) = 172+195+172=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC3AC is #533C53. Grayscale: #B9B9B9. Windows color (decimal): -5454932 or 11322284. OLE color: 11322284.
HSL color Cylindrical-coordinate representation of color #ACC3AC: hue angle of 120º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC3AC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
RGB | 172 | 195 | 172 | - |
CMYK | 0.12 | 0 | 0.12 | 0.24 |
HSL | 120º | 0.16% | 0.72% | - |
HSV(B) | 120º | 0.12% | 0.76% | - |
XYZ | 43.97 | 50.78 | 46.51 | - |
YUV | 185.5 | 120.38 | 118.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 195 | 172 | 0.12 | 0 | 0.12 | 0.24 | 120 | 0.16 | 0.72 |
Hex | AC | C3 | AC | C | 0 | C | 18 | 78 | 10 | 48 |
Octal | 254 | 303 | 254 | 14 | 0 | 14 | 30 | 170 | 20 | 110 |
Binary | 10101100 | 11000011 | 10101100 | 1100 | 0 | 1100 | 11000 | 1111000 | 10000 | 1001000 |
Color Harmonies of #ACC3AC
Complementary color
Monochromatic Colors of #ACC3AC
Black with #ACC3AC
Text Example
Text Example
White with #ACC3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC3AC; }
p { color: rgb(172,195,172); }
H1.HeaderClassName
{
color: #ACC3AC;
}
.AnyTagClassName
{
color: #ACC3AC;
}
</style>
background-color css
<style>
a { background-color: #ACC3AC; }
a { background-color: rgb(172,195,172); }
div.DivClassName
{
background-color: #ACC3AC;
}
.BgClassName
{
background-color: #ACC3AC;
}
</style>
border-color css
<style>
span { border-color: #ACC3AC; }
span { border-color: rgb(172,195,172); }
td.TdClassName
{
border-color: #ACC3AC;
}
.TagClassName
{
border-color: #ACC3AC;
}
</style>