Shades of Opal #A4CAC1
Tints of Opal #A4CAC1
RGB
CMYK
RGB Variations
Color information
#A4CAC1 (or 0xA4CAC1) is known color: Opal. HEX triplet: A4, CA and C1. RGB value is (164,202,193). Sum of RGB (Red+Green+Blue) = 164+202+193=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CAC1 is #5B353E. Grayscale: #BDBDBD. Windows color (decimal): -5977407 or 12700324. OLE color: 12700324.
HSL color Cylindrical-coordinate representation of color #A4CAC1: hue angle of 165.79º 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 #A4CAC1 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 202 | 193 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.21 |
| HSL | 165.79º | 0.26% | 0.72% | - |
| HSV(B) | 165.79º | 0.19% | 0.79% | - |
| XYZ | 46.06 | 53.98 | 58.44 | - |
| YUV | 189.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 193 | 0.19 | 0 | 0.04 | 0.21 | 165.79 | 0.26 | 0.72 |
| Hex | A4 | CA | C1 | 13 | 0 | 4 | 15 | A6 | 1A | 48 |
| Octal | 244 | 312 | 301 | 23 | 0 | 4 | 25 | 246 | 32 | 110 |
| Binary | 10100100 | 11001010 | 11000001 | 10011 | 0 | 100 | 10101 | 10100110 | 11010 | 1001000 |
Color Harmonies of #A4CAC1
Complementary color
Monochromatic Colors of #A4CAC1
Black with #A4CAC1
Text Example
Text Example
White with #A4CAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CAC1; }
p { color: rgb(164,202,193); }
H1.HeaderClassName
{
color: #A4CAC1;
}
.AnyTagClassName
{
color: #A4CAC1;
}
</style>
background-color css
<style>
a { background-color: #A4CAC1; }
a { background-color: rgb(164,202,193); }
div.DivClassName
{
background-color: #A4CAC1;
}
.BgClassName
{
background-color: #A4CAC1;
}
</style>
border-color css
<style>
span { border-color: #A4CAC1; }
span { border-color: rgb(164,202,193); }
td.TdClassName
{
border-color: #A4CAC1;
}
.TagClassName
{
border-color: #A4CAC1;
}
</style>