Shades of Zanah #ACCBAE
Tints of Zanah #ACCBAE
RGB
CMYK
RGB Variations
Color information
#ACCBAE (or 0xACCBAE) is known color: Zanah. HEX triplet: AC, CB and AE. RGB value is (172,203,174). Sum of RGB (Red+Green+Blue) = 172+203+174=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCBAE is #533451. Grayscale: #BEBEBE. Windows color (decimal): -5452882 or 11455404. OLE color: 11455404.
HSL color Cylindrical-coordinate representation of color #ACCBAE: hue angle of 123.87º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCBAE is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 174 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.20 |
| HSL | 123.87º | 0.23% | 0.74% | - |
| HSV(B) | 123.87º | 0.15% | 0.8% | - |
| XYZ | 46.01 | 54.54 | 48.15 | - |
| YUV | 190.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 174 | 0.15 | 0 | 0.14 | 0.20 | 123.87 | 0.23 | 0.74 |
| Hex | AC | CB | AE | F | 0 | E | 14 | 7C | 17 | 4A |
| Octal | 254 | 313 | 256 | 17 | 0 | 16 | 24 | 174 | 27 | 112 |
| Binary | 10101100 | 11001011 | 10101110 | 1111 | 0 | 1110 | 10100 | 1111100 | 10111 | 1001010 |
Color Harmonies of #ACCBAE
Complementary color
Monochromatic Colors of #ACCBAE
Black with #ACCBAE
Text Example
Text Example
White with #ACCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBAE; }
p { color: rgb(172,203,174); }
H1.HeaderClassName
{
color: #ACCBAE;
}
.AnyTagClassName
{
color: #ACCBAE;
}
</style>
background-color css
<style>
a { background-color: #ACCBAE; }
a { background-color: rgb(172,203,174); }
div.DivClassName
{
background-color: #ACCBAE;
}
.BgClassName
{
background-color: #ACCBAE;
}
</style>
border-color css
<style>
span { border-color: #ACCBAE; }
span { border-color: rgb(172,203,174); }
td.TdClassName
{
border-color: #ACCBAE;
}
.TagClassName
{
border-color: #ACCBAE;
}
</style>