Shades of Opal #AAC0B8
Tints of Opal #AAC0B8
RGB
CMYK
RGB Variations
Color information
#AAC0B8 (or 0xAAC0B8) is known color: Opal. HEX triplet: AA, C0 and B8. RGB value is (170,192,184). Sum of RGB (Red+Green+Blue) = 170+192+184=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0B8 is #553F47. Grayscale: #B8B8B8. Windows color (decimal): -5586760 or 12107946. OLE color: 12107946.
HSL color Cylindrical-coordinate representation of color #AAC0B8: hue angle of 158.18º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAC0B8 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 184 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.25 |
| HSL | 158.18º | 0.15% | 0.71% | - |
| HSV(B) | 158.18º | 0.11% | 0.75% | - |
| XYZ | 44.08 | 49.71 | 52.62 | - |
| YUV | 184.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 184 | 0.11 | 0 | 0.04 | 0.25 | 158.18 | 0.15 | 0.71 |
| Hex | AA | C0 | B8 | B | 0 | 4 | 19 | 9E | F | 47 |
| Octal | 252 | 300 | 270 | 13 | 0 | 4 | 31 | 236 | 17 | 107 |
| Binary | 10101010 | 11000000 | 10111000 | 1011 | 0 | 100 | 11001 | 10011110 | 1111 | 1000111 |
Color Harmonies of #AAC0B8
Complementary color
Monochromatic Colors of #AAC0B8
Black with #AAC0B8
Text Example
Text Example
White with #AAC0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0B8; }
p { color: rgb(170,192,184); }
H1.HeaderClassName
{
color: #AAC0B8;
}
.AnyTagClassName
{
color: #AAC0B8;
}
</style>
background-color css
<style>
a { background-color: #AAC0B8; }
a { background-color: rgb(170,192,184); }
div.DivClassName
{
background-color: #AAC0B8;
}
.BgClassName
{
background-color: #AAC0B8;
}
</style>
border-color css
<style>
span { border-color: #AAC0B8; }
span { border-color: rgb(170,192,184); }
td.TdClassName
{
border-color: #AAC0B8;
}
.TagClassName
{
border-color: #AAC0B8;
}
</style>