Shades of Opal #AABAB8
Tints of Opal #AABAB8
RGB
CMYK
RGB Variations
Color information
#AABAB8 (or 0xAABAB8) is known color: Opal. HEX triplet: AA, BA and B8. RGB value is (170,186,184). Sum of RGB (Red+Green+Blue) = 170+186+184=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 184 (72.27% from 255 or 34.07% from 540); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAB8 is #554547. Grayscale: #B4B4B4. Windows color (decimal): -5588296 or 12106410. OLE color: 12106410.
HSL color Cylindrical-coordinate representation of color #AABAB8: hue angle of 172.5º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AABAB8 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
RGB | 170 | 186 | 184 | - |
CMYK | 0.09 | 0 | 0.01 | 0.27 |
HSL | 172.5º | 0.1% | 0.7% | - |
HSV(B) | 172.5º | 0.09% | 0.73% | - |
XYZ | 42.79 | 47.12 | 52.19 | - |
YUV | 180.99 | 129.7 | 120.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 186 | 184 | 0.09 | 0 | 0.01 | 0.27 | 172.5 | 0.1 | 0.7 |
Hex | AA | BA | B8 | 9 | 0 | 1 | 1B | AC | A | 46 |
Octal | 252 | 272 | 270 | 11 | 0 | 1 | 33 | 254 | 12 | 106 |
Binary | 10101010 | 10111010 | 10111000 | 1001 | 0 | 1 | 11011 | 10101100 | 1010 | 1000110 |
Color Harmonies of #AABAB8
Complementary color
Monochromatic Colors of #AABAB8
Black with #AABAB8
Text Example
Text Example
White with #AABAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAB8; }
p { color: rgb(170,186,184); }
H1.HeaderClassName
{
color: #AABAB8;
}
.AnyTagClassName
{
color: #AABAB8;
}
</style>
background-color css
<style>
a { background-color: #AABAB8; }
a { background-color: rgb(170,186,184); }
div.DivClassName
{
background-color: #AABAB8;
}
.BgClassName
{
background-color: #AABAB8;
}
</style>
border-color css
<style>
span { border-color: #AABAB8; }
span { border-color: rgb(170,186,184); }
td.TdClassName
{
border-color: #AABAB8;
}
.TagClassName
{
border-color: #AABAB8;
}
</style>