Shades of Opal #A7CAC1
Tints of Opal #A7CAC1
RGB
CMYK
RGB Variations
Color information
#A7CAC1 (or 0xA7CAC1) is known color: Opal. HEX triplet: A7, CA and C1. RGB value is (167,202,193). Sum of RGB (Red+Green+Blue) = 167+202+193=562 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.72% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CAC1 is #58353E. Grayscale: #BEBEBE. Windows color (decimal): -5780799 or 12700327. OLE color: 12700327.
HSL color Cylindrical-coordinate representation of color #A7CAC1: hue angle of 164.57º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7CAC1 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 202 | 193 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.21 |
| HSL | 164.57º | 0.25% | 0.72% | - |
| HSV(B) | 164.57º | 0.17% | 0.79% | - |
| XYZ | 46.68 | 54.31 | 58.47 | - |
| YUV | 190.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 202 | 193 | 0.17 | 0 | 0.04 | 0.21 | 164.57 | 0.25 | 0.72 |
| Hex | A7 | CA | C1 | 11 | 0 | 4 | 15 | A5 | 19 | 48 |
| Octal | 247 | 312 | 301 | 21 | 0 | 4 | 25 | 245 | 31 | 110 |
| Binary | 10100111 | 11001010 | 11000001 | 10001 | 0 | 100 | 10101 | 10100101 | 11001 | 1001000 |
Color Harmonies of #A7CAC1
Complementary color
Monochromatic Colors of #A7CAC1
Black with #A7CAC1
Text Example
Text Example
White with #A7CAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CAC1; }
p { color: rgb(167,202,193); }
H1.HeaderClassName
{
color: #A7CAC1;
}
.AnyTagClassName
{
color: #A7CAC1;
}
</style>
background-color css
<style>
a { background-color: #A7CAC1; }
a { background-color: rgb(167,202,193); }
div.DivClassName
{
background-color: #A7CAC1;
}
.BgClassName
{
background-color: #A7CAC1;
}
</style>
border-color css
<style>
span { border-color: #A7CAC1; }
span { border-color: rgb(167,202,193); }
td.TdClassName
{
border-color: #A7CAC1;
}
.TagClassName
{
border-color: #A7CAC1;
}
</style>