Shades of Opal #ACBAB8
Tints of Opal #ACBAB8
RGB
CMYK
RGB Variations
Color information
#ACBAB8 (or 0xACBAB8) is known color: Opal. HEX triplet: AC, BA and B8. RGB value is (172,186,184). Sum of RGB (Red+Green+Blue) = 172+186+184=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 184 (72.27% from 255 or 33.95% from 542); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAB8 is #534547. Grayscale: #B5B5B5. Windows color (decimal): -5457224 or 12106412. OLE color: 12106412.
HSL color Cylindrical-coordinate representation of color #ACBAB8: hue angle of 171.43º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACBAB8 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
RGB | 172 | 186 | 184 | - |
CMYK | 0.08 | 0 | 0.01 | 0.27 |
HSL | 171.43º | 0.09% | 0.7% | - |
HSV(B) | 171.43º | 0.08% | 0.73% | - |
XYZ | 43.22 | 47.35 | 52.21 | - |
YUV | 181.59 | 129.36 | 121.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 186 | 184 | 0.08 | 0 | 0.01 | 0.27 | 171.43 | 0.09 | 0.7 |
Hex | AC | BA | B8 | 8 | 0 | 1 | 1B | AB | 9 | 46 |
Octal | 254 | 272 | 270 | 10 | 0 | 1 | 33 | 253 | 11 | 106 |
Binary | 10101100 | 10111010 | 10111000 | 1000 | 0 | 1 | 11011 | 10101011 | 1001 | 1000110 |
Color Harmonies of #ACBAB8
Complementary color
Monochromatic Colors of #ACBAB8
Black with #ACBAB8
Text Example
Text Example
White with #ACBAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBAB8; }
p { color: rgb(172,186,184); }
H1.HeaderClassName
{
color: #ACBAB8;
}
.AnyTagClassName
{
color: #ACBAB8;
}
</style>
background-color css
<style>
a { background-color: #ACBAB8; }
a { background-color: rgb(172,186,184); }
div.DivClassName
{
background-color: #ACBAB8;
}
.BgClassName
{
background-color: #ACBAB8;
}
</style>
border-color css
<style>
span { border-color: #ACBAB8; }
span { border-color: rgb(172,186,184); }
td.TdClassName
{
border-color: #ACBAB8;
}
.TagClassName
{
border-color: #ACBAB8;
}
</style>