Shades of Opal #A6CAC3
Tints of Opal #A6CAC3
RGB
CMYK
RGB Variations
Color information
#A6CAC3 (or 0xA6CAC3) is known color: Opal. HEX triplet: A6, CA and C3. RGB value is (166,202,195). Sum of RGB (Red+Green+Blue) = 166+202+195=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CAC3 is #59353C. Grayscale: #BEBEBE. Windows color (decimal): -5846333 or 12831398. OLE color: 12831398.
HSL color Cylindrical-coordinate representation of color #A6CAC3: hue angle of 168.33º degrees, saturation: 0.25, 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 #A6CAC3 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 195 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.21 |
| HSL | 168.33º | 0.25% | 0.72% | - |
| HSV(B) | 168.33º | 0.18% | 0.79% | - |
| XYZ | 46.7 | 54.29 | 59.65 | - |
| YUV | 190.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 195 | 0.18 | 0 | 0.03 | 0.21 | 168.33 | 0.25 | 0.72 |
| Hex | A6 | CA | C3 | 12 | 0 | 3 | 15 | A8 | 19 | 48 |
| Octal | 246 | 312 | 303 | 22 | 0 | 3 | 25 | 250 | 31 | 110 |
| Binary | 10100110 | 11001010 | 11000011 | 10010 | 0 | 11 | 10101 | 10101000 | 11001 | 1001000 |
Color Harmonies of #A6CAC3
Complementary color
Monochromatic Colors of #A6CAC3
Black with #A6CAC3
Text Example
Text Example
White with #A6CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CAC3; }
p { color: rgb(166,202,195); }
H1.HeaderClassName
{
color: #A6CAC3;
}
.AnyTagClassName
{
color: #A6CAC3;
}
</style>
background-color css
<style>
a { background-color: #A6CAC3; }
a { background-color: rgb(166,202,195); }
div.DivClassName
{
background-color: #A6CAC3;
}
.BgClassName
{
background-color: #A6CAC3;
}
</style>
border-color css
<style>
span { border-color: #A6CAC3; }
span { border-color: rgb(166,202,195); }
td.TdClassName
{
border-color: #A6CAC3;
}
.TagClassName
{
border-color: #A6CAC3;
}
</style>