Shades of Opal #AACAC4
Tints of Opal #AACAC4
RGB
CMYK
RGB Variations
Color information
#AACAC4 (or 0xAACAC4) is known color: Opal. HEX triplet: AA, CA and C4. RGB value is (170,202,196). Sum of RGB (Red+Green+Blue) = 170+202+196=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAC4 is #55353B. Grayscale: #BFBFBF. Windows color (decimal): -5584188 or 12896938. OLE color: 12896938.
HSL color Cylindrical-coordinate representation of color #AACAC4: hue angle of 168.75º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACAC4 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 196 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.21 |
| HSL | 168.75º | 0.23% | 0.73% | - |
| HSV(B) | 168.75º | 0.16% | 0.79% | - |
| XYZ | 47.66 | 54.77 | 60.28 | - |
| YUV | 191.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 196 | 0.16 | 0 | 0.03 | 0.21 | 168.75 | 0.23 | 0.73 |
| Hex | AA | CA | C4 | 10 | 0 | 3 | 15 | A9 | 17 | 49 |
| Octal | 252 | 312 | 304 | 20 | 0 | 3 | 25 | 251 | 27 | 111 |
| Binary | 10101010 | 11001010 | 11000100 | 10000 | 0 | 11 | 10101 | 10101001 | 10111 | 1001001 |
Color Harmonies of #AACAC4
Complementary color
Monochromatic Colors of #AACAC4
Black with #AACAC4
Text Example
Text Example
White with #AACAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACAC4; }
p { color: rgb(170,202,196); }
H1.HeaderClassName
{
color: #AACAC4;
}
.AnyTagClassName
{
color: #AACAC4;
}
</style>
background-color css
<style>
a { background-color: #AACAC4; }
a { background-color: rgb(170,202,196); }
div.DivClassName
{
background-color: #AACAC4;
}
.BgClassName
{
background-color: #AACAC4;
}
</style>
border-color css
<style>
span { border-color: #AACAC4; }
span { border-color: rgb(170,202,196); }
td.TdClassName
{
border-color: #AACAC4;
}
.TagClassName
{
border-color: #AACAC4;
}
</style>