Shades of Opal #AAC8BE
Tints of Opal #AAC8BE
RGB
CMYK
RGB Variations
Color information
#AAC8BE (or 0xAAC8BE) is known color: Opal. HEX triplet: AA, C8 and BE. RGB value is (170,200,190). Sum of RGB (Red+Green+Blue) = 170+200+190=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8BE is #553741. Grayscale: #BDBDBD. Windows color (decimal): -5584706 or 12503210. OLE color: 12503210.
HSL color Cylindrical-coordinate representation of color #AAC8BE: hue angle of 160º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC8BE is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 190 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.22 |
| HSL | 160º | 0.21% | 0.73% | - |
| HSV(B) | 160º | 0.15% | 0.78% | - |
| XYZ | 46.53 | 53.57 | 56.6 | - |
| YUV | 189.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 190 | 0.15 | 0 | 0.05 | 0.22 | 160 | 0.21 | 0.73 |
| Hex | AA | C8 | BE | F | 0 | 5 | 16 | A0 | 15 | 49 |
| Octal | 252 | 310 | 276 | 17 | 0 | 5 | 26 | 240 | 25 | 111 |
| Binary | 10101010 | 11001000 | 10111110 | 1111 | 0 | 101 | 10110 | 10100000 | 10101 | 1001001 |
Color Harmonies of #AAC8BE
Complementary color
Monochromatic Colors of #AAC8BE
Black with #AAC8BE
Text Example
Text Example
White with #AAC8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8BE; }
p { color: rgb(170,200,190); }
H1.HeaderClassName
{
color: #AAC8BE;
}
.AnyTagClassName
{
color: #AAC8BE;
}
</style>
background-color css
<style>
a { background-color: #AAC8BE; }
a { background-color: rgb(170,200,190); }
div.DivClassName
{
background-color: #AAC8BE;
}
.BgClassName
{
background-color: #AAC8BE;
}
</style>
border-color css
<style>
span { border-color: #AAC8BE; }
span { border-color: rgb(170,200,190); }
td.TdClassName
{
border-color: #AAC8BE;
}
.TagClassName
{
border-color: #AAC8BE;
}
</style>