Shades of Opal #AAC2B9
Tints of Opal #AAC2B9
RGB
CMYK
RGB Variations
Color information
#AAC2B9 (or 0xAAC2B9) is known color: Opal. HEX triplet: AA, C2 and B9. RGB value is (170,194,185). Sum of RGB (Red+Green+Blue) = 170+194+185=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2B9 is #553D46. Grayscale: #B9B9B9. Windows color (decimal): -5586247 or 12173994. OLE color: 12173994.
HSL color Cylindrical-coordinate representation of color #AAC2B9: hue angle of 157.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAC2B9 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 170 | 194 | 185 | - |
CMYK | 0.12 | 0 | 0.05 | 0.24 |
HSL | 157.5º | 0.16% | 0.71% | - |
HSV(B) | 157.5º | 0.12% | 0.76% | - |
XYZ | 44.63 | 50.63 | 53.32 | - |
YUV | 185.8 | 127.55 | 116.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 194 | 185 | 0.12 | 0 | 0.05 | 0.24 | 157.5 | 0.16 | 0.71 |
Hex | AA | C2 | B9 | C | 0 | 5 | 18 | 9E | 10 | 47 |
Octal | 252 | 302 | 271 | 14 | 0 | 5 | 30 | 236 | 20 | 107 |
Binary | 10101010 | 11000010 | 10111001 | 1100 | 0 | 101 | 11000 | 10011110 | 10000 | 1000111 |
Color Harmonies of #AAC2B9
Complementary color
Monochromatic Colors of #AAC2B9
Black with #AAC2B9
Text Example
Text Example
White with #AAC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2B9; }
p { color: rgb(170,194,185); }
H1.HeaderClassName
{
color: #AAC2B9;
}
.AnyTagClassName
{
color: #AAC2B9;
}
</style>
background-color css
<style>
a { background-color: #AAC2B9; }
a { background-color: rgb(170,194,185); }
div.DivClassName
{
background-color: #AAC2B9;
}
.BgClassName
{
background-color: #AAC2B9;
}
</style>
border-color css
<style>
span { border-color: #AAC2B9; }
span { border-color: rgb(170,194,185); }
td.TdClassName
{
border-color: #AAC2B9;
}
.TagClassName
{
border-color: #AAC2B9;
}
</style>