Shades of Opal #A3CAC4
Tints of Opal #A3CAC4
RGB
CMYK
RGB Variations
Color information
#A3CAC4 (or 0xA3CAC4) is known color: Opal. HEX triplet: A3, CA and C4. RGB value is (163,202,196). Sum of RGB (Red+Green+Blue) = 163+202+196=561 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.06% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CAC4 is #5C353B. Grayscale: #BDBDBD. Windows color (decimal): -6042940 or 12896931. OLE color: 12896931.
HSL color Cylindrical-coordinate representation of color #A3CAC4: hue angle of 170.77º degrees, saturation: 0.27, 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 #A3CAC4 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 196 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.21 |
| HSL | 170.77º | 0.27% | 0.72% | - |
| HSV(B) | 170.77º | 0.19% | 0.79% | - |
| XYZ | 46.19 | 54.01 | 60.22 | - |
| YUV | 189.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 196 | 0.19 | 0 | 0.03 | 0.21 | 170.77 | 0.27 | 0.72 |
| Hex | A3 | CA | C4 | 13 | 0 | 3 | 15 | AB | 1B | 48 |
| Octal | 243 | 312 | 304 | 23 | 0 | 3 | 25 | 253 | 33 | 110 |
| Binary | 10100011 | 11001010 | 11000100 | 10011 | 0 | 11 | 10101 | 10101011 | 11011 | 1001000 |
Color Harmonies of #A3CAC4
Complementary color
Monochromatic Colors of #A3CAC4
Black with #A3CAC4
Text Example
Text Example
White with #A3CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CAC4; }
p { color: rgb(163,202,196); }
H1.HeaderClassName
{
color: #A3CAC4;
}
.AnyTagClassName
{
color: #A3CAC4;
}
</style>
background-color css
<style>
a { background-color: #A3CAC4; }
a { background-color: rgb(163,202,196); }
div.DivClassName
{
background-color: #A3CAC4;
}
.BgClassName
{
background-color: #A3CAC4;
}
</style>
border-color css
<style>
span { border-color: #A3CAC4; }
span { border-color: rgb(163,202,196); }
td.TdClassName
{
border-color: #A3CAC4;
}
.TagClassName
{
border-color: #A3CAC4;
}
</style>