Shades of Opal #A1CAC1
Tints of Opal #A1CAC1
RGB
CMYK
RGB Variations
Color information
#A1CAC1 (or 0xA1CAC1) is known color: Opal. HEX triplet: A1, CA and C1. RGB value is (161,202,193). Sum of RGB (Red+Green+Blue) = 161+202+193=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CAC1 is #5E353E. Grayscale: #BCBCBC. Windows color (decimal): -6174015 or 12700321. OLE color: 12700321.
HSL color Cylindrical-coordinate representation of color #A1CAC1: hue angle of 166.83º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1CAC1 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 193 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.21 |
| HSL | 166.83º | 0.28% | 0.71% | - |
| HSV(B) | 166.83º | 0.2% | 0.79% | - |
| XYZ | 45.44 | 53.67 | 58.42 | - |
| YUV | 188.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 193 | 0.20 | 0 | 0.04 | 0.21 | 166.83 | 0.28 | 0.71 |
| Hex | A1 | CA | C1 | 14 | 0 | 4 | 15 | A7 | 1C | 47 |
| Octal | 241 | 312 | 301 | 24 | 0 | 4 | 25 | 247 | 34 | 107 |
| Binary | 10100001 | 11001010 | 11000001 | 10100 | 0 | 100 | 10101 | 10100111 | 11100 | 1000111 |
Color Harmonies of #A1CAC1
Complementary color
Monochromatic Colors of #A1CAC1
Black with #A1CAC1
Text Example
Text Example
White with #A1CAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CAC1; }
p { color: rgb(161,202,193); }
H1.HeaderClassName
{
color: #A1CAC1;
}
.AnyTagClassName
{
color: #A1CAC1;
}
</style>
background-color css
<style>
a { background-color: #A1CAC1; }
a { background-color: rgb(161,202,193); }
div.DivClassName
{
background-color: #A1CAC1;
}
.BgClassName
{
background-color: #A1CAC1;
}
</style>
border-color css
<style>
span { border-color: #A1CAC1; }
span { border-color: rgb(161,202,193); }
td.TdClassName
{
border-color: #A1CAC1;
}
.TagClassName
{
border-color: #A1CAC1;
}
</style>