Shades of Opal #A5CAC0
Tints of Opal #A5CAC0
RGB
CMYK
RGB Variations
Color information
#A5CAC0 (or 0xA5CAC0) is known color: Opal. HEX triplet: A5, CA and C0. RGB value is (165,202,192). Sum of RGB (Red+Green+Blue) = 165+202+192=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CAC0 is #5A353F. Grayscale: #BDBDBD. Windows color (decimal): -5911872 or 12634789. OLE color: 12634789.
HSL color Cylindrical-coordinate representation of color #A5CAC0: hue angle of 163.78º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5CAC0 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 192 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.21 |
| HSL | 163.78º | 0.26% | 0.72% | - |
| HSV(B) | 163.78º | 0.18% | 0.79% | - |
| XYZ | 46.15 | 54.05 | 57.87 | - |
| YUV | 189.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 192 | 0.18 | 0 | 0.05 | 0.21 | 163.78 | 0.26 | 0.72 |
| Hex | A5 | CA | C0 | 12 | 0 | 5 | 15 | A4 | 1A | 48 |
| Octal | 245 | 312 | 300 | 22 | 0 | 5 | 25 | 244 | 32 | 110 |
| Binary | 10100101 | 11001010 | 11000000 | 10010 | 0 | 101 | 10101 | 10100100 | 11010 | 1001000 |
Color Harmonies of #A5CAC0
Complementary color
Monochromatic Colors of #A5CAC0
Black with #A5CAC0
Text Example
Text Example
White with #A5CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CAC0; }
p { color: rgb(165,202,192); }
H1.HeaderClassName
{
color: #A5CAC0;
}
.AnyTagClassName
{
color: #A5CAC0;
}
</style>
background-color css
<style>
a { background-color: #A5CAC0; }
a { background-color: rgb(165,202,192); }
div.DivClassName
{
background-color: #A5CAC0;
}
.BgClassName
{
background-color: #A5CAC0;
}
</style>
border-color css
<style>
span { border-color: #A5CAC0; }
span { border-color: rgb(165,202,192); }
td.TdClassName
{
border-color: #A5CAC0;
}
.TagClassName
{
border-color: #A5CAC0;
}
</style>