Shades of Heather #A5C0C6
Tints of Heather #A5C0C6
RGB
CMYK
RGB Variations
Color information
#A5C0C6 (or 0xA5C0C6) is known color: Heather. HEX triplet: A5, C0 and C6. RGB value is (165,192,198). Sum of RGB (Red+Green+Blue) = 165+192+198=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 198 - color contains mainly: blue. Hex color #A5C0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C0C6 is #5A3F39. Grayscale: #B8B8B8. Windows color (decimal): -5914426 or 13025445. OLE color: 13025445.
HSL color Cylindrical-coordinate representation of color #A5C0C6: hue angle of 190.91º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5C0C6 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 192 | 198 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.22 |
| HSL | 190.91º | 0.22% | 0.71% | - |
| HSV(B) | 190.91º | 0.17% | 0.78% | - |
| XYZ | 44.56 | 49.78 | 60.69 | - |
| YUV | 184.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 198 | 0.17 | 0.03 | 0 | 0.22 | 190.91 | 0.22 | 0.71 |
| Hex | A5 | C0 | C6 | 11 | 3 | 0 | 16 | BF | 16 | 47 |
| Octal | 245 | 300 | 306 | 21 | 3 | 0 | 26 | 277 | 26 | 107 |
| Binary | 10100101 | 11000000 | 11000110 | 10001 | 11 | 0 | 10110 | 10111111 | 10110 | 1000111 |
Color Harmonies of #A5C0C6
Complementary color
Monochromatic Colors of #A5C0C6
Black with #A5C0C6
Text Example
Text Example
White with #A5C0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C0C6; }
p { color: rgb(165,192,198); }
H1.HeaderClassName
{
color: #A5C0C6;
}
.AnyTagClassName
{
color: #A5C0C6;
}
</style>
background-color css
<style>
a { background-color: #A5C0C6; }
a { background-color: rgb(165,192,198); }
div.DivClassName
{
background-color: #A5C0C6;
}
.BgClassName
{
background-color: #A5C0C6;
}
</style>
border-color css
<style>
span { border-color: #A5C0C6; }
span { border-color: rgb(165,192,198); }
td.TdClassName
{
border-color: #A5C0C6;
}
.TagClassName
{
border-color: #A5C0C6;
}
</style>