Shades of Opal #AAC7C3
Tints of Opal #AAC7C3
RGB
CMYK
RGB Variations
Color information
#AAC7C3 (or 0xAAC7C3) is known color: Opal. HEX triplet: AA, C7 and C3. RGB value is (170,199,195). Sum of RGB (Red+Green+Blue) = 170+199+195=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7C3 is #55383C. Grayscale: #BDBDBD. Windows color (decimal): -5584957 or 12830634. OLE color: 12830634.
HSL color Cylindrical-coordinate representation of color #AAC7C3: hue angle of 171.72º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC7C3 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 195 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.22 |
| HSL | 171.72º | 0.21% | 0.72% | - |
| HSV(B) | 171.72º | 0.15% | 0.78% | - |
| XYZ | 46.85 | 53.33 | 59.45 | - |
| YUV | 189.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 195 | 0.15 | 0 | 0.02 | 0.22 | 171.72 | 0.21 | 0.72 |
| Hex | AA | C7 | C3 | F | 0 | 2 | 16 | AC | 15 | 48 |
| Octal | 252 | 307 | 303 | 17 | 0 | 2 | 26 | 254 | 25 | 110 |
| Binary | 10101010 | 11000111 | 11000011 | 1111 | 0 | 10 | 10110 | 10101100 | 10101 | 1001000 |
Color Harmonies of #AAC7C3
Complementary color
Monochromatic Colors of #AAC7C3
Black with #AAC7C3
Text Example
Text Example
White with #AAC7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC7C3; }
p { color: rgb(170,199,195); }
H1.HeaderClassName
{
color: #AAC7C3;
}
.AnyTagClassName
{
color: #AAC7C3;
}
</style>
background-color css
<style>
a { background-color: #AAC7C3; }
a { background-color: rgb(170,199,195); }
div.DivClassName
{
background-color: #AAC7C3;
}
.BgClassName
{
background-color: #AAC7C3;
}
</style>
border-color css
<style>
span { border-color: #AAC7C3; }
span { border-color: rgb(170,199,195); }
td.TdClassName
{
border-color: #AAC7C3;
}
.TagClassName
{
border-color: #AAC7C3;
}
</style>