Shades of Opal #A7C9C4
Tints of Opal #A7C9C4
RGB
CMYK
RGB Variations
Color information
#A7C9C4 (or 0xA7C9C4) is known color: Opal. HEX triplet: A7, C9 and C4. RGB value is (167,201,196). Sum of RGB (Red+Green+Blue) = 167+201+196=564 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.61% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 201 - color contains mainly: green. Hex color #A7C9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C9C4 is #58363B. Grayscale: #BEBEBE. Windows color (decimal): -5781052 or 12896679. OLE color: 12896679.
HSL color Cylindrical-coordinate representation of color #A7C9C4: hue angle of 171.18º degrees, saturation: 0.24, 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 #A7C9C4 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 201 | 196 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.21 |
| HSL | 171.18º | 0.24% | 0.72% | - |
| HSV(B) | 171.18º | 0.17% | 0.79% | - |
| XYZ | 46.79 | 53.97 | 60.18 | - |
| YUV | 190.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 201 | 196 | 0.17 | 0 | 0.02 | 0.21 | 171.18 | 0.24 | 0.72 |
| Hex | A7 | C9 | C4 | 11 | 0 | 2 | 15 | AB | 18 | 48 |
| Octal | 247 | 311 | 304 | 21 | 0 | 2 | 25 | 253 | 30 | 110 |
| Binary | 10100111 | 11001001 | 11000100 | 10001 | 0 | 10 | 10101 | 10101011 | 11000 | 1001000 |
Color Harmonies of #A7C9C4
Complementary color
Monochromatic Colors of #A7C9C4
Black with #A7C9C4
Text Example
Text Example
White with #A7C9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C9C4; }
p { color: rgb(167,201,196); }
H1.HeaderClassName
{
color: #A7C9C4;
}
.AnyTagClassName
{
color: #A7C9C4;
}
</style>
background-color css
<style>
a { background-color: #A7C9C4; }
a { background-color: rgb(167,201,196); }
div.DivClassName
{
background-color: #A7C9C4;
}
.BgClassName
{
background-color: #A7C9C4;
}
</style>
border-color css
<style>
span { border-color: #A7C9C4; }
span { border-color: rgb(167,201,196); }
td.TdClassName
{
border-color: #A7C9C4;
}
.TagClassName
{
border-color: #A7C9C4;
}
</style>