Shades of Opal #A8CAC0
Tints of Opal #A8CAC0
RGB
CMYK
RGB Variations
Color information
#A8CAC0 (or 0xA8CAC0) is known color: Opal. HEX triplet: A8, CA and C0. RGB value is (168,202,192). Sum of RGB (Red+Green+Blue) = 168+202+192=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CAC0 is #57353F. Grayscale: #BEBEBE. Windows color (decimal): -5715264 or 12634792. OLE color: 12634792.
HSL color Cylindrical-coordinate representation of color #A8CAC0: hue angle of 162.35º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CAC0 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
RGB | 168 | 202 | 192 | - |
CMYK | 0.17 | 0 | 0.05 | 0.21 |
HSL | 162.35º | 0.24% | 0.73% | - |
HSV(B) | 162.35º | 0.17% | 0.79% | - |
XYZ | 46.78 | 54.37 | 57.9 | - |
YUV | 190.69 | 128.74 | 111.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 202 | 192 | 0.17 | 0 | 0.05 | 0.21 | 162.35 | 0.24 | 0.73 |
Hex | A8 | CA | C0 | 11 | 0 | 5 | 15 | A2 | 18 | 49 |
Octal | 250 | 312 | 300 | 21 | 0 | 5 | 25 | 242 | 30 | 111 |
Binary | 10101000 | 11001010 | 11000000 | 10001 | 0 | 101 | 10101 | 10100010 | 11000 | 1001001 |
Color Harmonies of #A8CAC0
Complementary color
Monochromatic Colors of #A8CAC0
Black with #A8CAC0
Text Example
Text Example
White with #A8CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CAC0; }
p { color: rgb(168,202,192); }
H1.HeaderClassName
{
color: #A8CAC0;
}
.AnyTagClassName
{
color: #A8CAC0;
}
</style>
background-color css
<style>
a { background-color: #A8CAC0; }
a { background-color: rgb(168,202,192); }
div.DivClassName
{
background-color: #A8CAC0;
}
.BgClassName
{
background-color: #A8CAC0;
}
</style>
border-color css
<style>
span { border-color: #A8CAC0; }
span { border-color: rgb(168,202,192); }
td.TdClassName
{
border-color: #A8CAC0;
}
.TagClassName
{
border-color: #A8CAC0;
}
</style>