Shades of Opal #A7CAC5
Tints of Opal #A7CAC5
RGB
CMYK
RGB Variations
Color information
#A7CAC5 (or 0xA7CAC5) is known color: Opal. HEX triplet: A7, CA and C5. RGB value is (167,202,197). Sum of RGB (Red+Green+Blue) = 167+202+197=566 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.51% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CAC5 is #58353A. Grayscale: #BEBEBE. Windows color (decimal): -5780795 or 12962471. OLE color: 12962471.
HSL color Cylindrical-coordinate representation of color #A7CAC5: hue angle of 171.43º 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 #A7CAC5 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 202 | 197 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.21 |
| HSL | 171.43º | 0.25% | 0.72% | - |
| HSV(B) | 171.43º | 0.17% | 0.79% | - |
| XYZ | 47.13 | 54.49 | 60.86 | - |
| YUV | 190.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 202 | 197 | 0.17 | 0 | 0.02 | 0.21 | 171.43 | 0.25 | 0.72 |
| Hex | A7 | CA | C5 | 11 | 0 | 2 | 15 | AB | 19 | 48 |
| Octal | 247 | 312 | 305 | 21 | 0 | 2 | 25 | 253 | 31 | 110 |
| Binary | 10100111 | 11001010 | 11000101 | 10001 | 0 | 10 | 10101 | 10101011 | 11001 | 1001000 |
Color Harmonies of #A7CAC5
Complementary color
Monochromatic Colors of #A7CAC5
Black with #A7CAC5
Text Example
Text Example
White with #A7CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CAC5; }
p { color: rgb(167,202,197); }
H1.HeaderClassName
{
color: #A7CAC5;
}
.AnyTagClassName
{
color: #A7CAC5;
}
</style>
background-color css
<style>
a { background-color: #A7CAC5; }
a { background-color: rgb(167,202,197); }
div.DivClassName
{
background-color: #A7CAC5;
}
.BgClassName
{
background-color: #A7CAC5;
}
</style>
border-color css
<style>
span { border-color: #A7CAC5; }
span { border-color: rgb(167,202,197); }
td.TdClassName
{
border-color: #A7CAC5;
}
.TagClassName
{
border-color: #A7CAC5;
}
</style>