Shades of Heather #A7C1CD
Tints of Heather #A7C1CD
RGB
CMYK
RGB Variations
Color information
#A7C1CD (or 0xA7C1CD) is known color: Heather. HEX triplet: A7, C1 and CD. RGB value is (167,193,205). Sum of RGB (Red+Green+Blue) = 167+193+205=565 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.56% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #A7C1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C1CD is #583E32. Grayscale: #BABABA. Windows color (decimal): -5783091 or 13484455. OLE color: 13484455.
HSL color Cylindrical-coordinate representation of color #A7C1CD: hue angle of 198.95º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7C1CD is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 193 | 205 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.20 |
| HSL | 198.95º | 0.28% | 0.73% | - |
| HSV(B) | 198.95º | 0.19% | 0.8% | - |
| XYZ | 46.03 | 50.76 | 65.13 | - |
| YUV | 186.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 193 | 205 | 0.19 | 0.06 | 0 | 0.20 | 198.95 | 0.28 | 0.73 |
| Hex | A7 | C1 | CD | 13 | 6 | 0 | 14 | C7 | 1C | 49 |
| Octal | 247 | 301 | 315 | 23 | 6 | 0 | 24 | 307 | 34 | 111 |
| Binary | 10100111 | 11000001 | 11001101 | 10011 | 110 | 0 | 10100 | 11000111 | 11100 | 1001001 |
Color Harmonies of #A7C1CD
Complementary color
Monochromatic Colors of #A7C1CD
Black with #A7C1CD
Text Example
Text Example
White with #A7C1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C1CD; }
p { color: rgb(167,193,205); }
H1.HeaderClassName
{
color: #A7C1CD;
}
.AnyTagClassName
{
color: #A7C1CD;
}
</style>
background-color css
<style>
a { background-color: #A7C1CD; }
a { background-color: rgb(167,193,205); }
div.DivClassName
{
background-color: #A7C1CD;
}
.BgClassName
{
background-color: #A7C1CD;
}
</style>
border-color css
<style>
span { border-color: #A7C1CD; }
span { border-color: rgb(167,193,205); }
td.TdClassName
{
border-color: #A7C1CD;
}
.TagClassName
{
border-color: #A7C1CD;
}
</style>