Shades of Opal #A4CAC0
Tints of Opal #A4CAC0
RGB
CMYK
RGB Variations
Color information
#A4CAC0 (or 0xA4CAC0) is known color: Opal. HEX triplet: A4, CA and C0. RGB value is (164,202,192). Sum of RGB (Red+Green+Blue) = 164+202+192=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CAC0 is #5B353F. Grayscale: #BDBDBD. Windows color (decimal): -5977408 or 12634788. OLE color: 12634788.
HSL color Cylindrical-coordinate representation of color #A4CAC0: hue angle of 164.21º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4CAC0 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 202 | 192 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.21 |
| HSL | 164.21º | 0.26% | 0.72% | - |
| HSV(B) | 164.21º | 0.19% | 0.79% | - |
| XYZ | 45.94 | 53.94 | 57.86 | - |
| YUV | 189.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 192 | 0.19 | 0 | 0.05 | 0.21 | 164.21 | 0.26 | 0.72 |
| Hex | A4 | CA | C0 | 13 | 0 | 5 | 15 | A4 | 1A | 48 |
| Octal | 244 | 312 | 300 | 23 | 0 | 5 | 25 | 244 | 32 | 110 |
| Binary | 10100100 | 11001010 | 11000000 | 10011 | 0 | 101 | 10101 | 10100100 | 11010 | 1001000 |
Color Harmonies of #A4CAC0
Complementary color
Monochromatic Colors of #A4CAC0
Black with #A4CAC0
Text Example
Text Example
White with #A4CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CAC0; }
p { color: rgb(164,202,192); }
H1.HeaderClassName
{
color: #A4CAC0;
}
.AnyTagClassName
{
color: #A4CAC0;
}
</style>
background-color css
<style>
a { background-color: #A4CAC0; }
a { background-color: rgb(164,202,192); }
div.DivClassName
{
background-color: #A4CAC0;
}
.BgClassName
{
background-color: #A4CAC0;
}
</style>
border-color css
<style>
span { border-color: #A4CAC0; }
span { border-color: rgb(164,202,192); }
td.TdClassName
{
border-color: #A4CAC0;
}
.TagClassName
{
border-color: #A4CAC0;
}
</style>