Shades of Heather #A1B5C0
Tints of Heather #A1B5C0
RGB
CMYK
RGB Variations
Color information
#A1B5C0 (or 0xA1B5C0) is known color: Heather. HEX triplet: A1, B5 and C0. RGB value is (161,181,192). Sum of RGB (Red+Green+Blue) = 161+181+192=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #A1B5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B5C0 is #5E4A3F. Grayscale: #B0B0B0. Windows color (decimal): -6179392 or 12629409. OLE color: 12629409.
HSL color Cylindrical-coordinate representation of color #A1B5C0: hue angle of 201.29º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1B5C0 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 181 | 192 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.25 |
| HSL | 201.29º | 0.2% | 0.69% | - |
| HSV(B) | 201.29º | 0.16% | 0.75% | - |
| XYZ | 40.74 | 44.43 | 56.3 | - |
| YUV | 176.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 192 | 0.16 | 0.06 | 0 | 0.25 | 201.29 | 0.2 | 0.69 |
| Hex | A1 | B5 | C0 | 10 | 6 | 0 | 19 | C9 | 14 | 45 |
| Octal | 241 | 265 | 300 | 20 | 6 | 0 | 31 | 311 | 24 | 105 |
| Binary | 10100001 | 10110101 | 11000000 | 10000 | 110 | 0 | 11001 | 11001001 | 10100 | 1000101 |
Color Harmonies of #A1B5C0
Complementary color
Monochromatic Colors of #A1B5C0
Black with #A1B5C0
Text Example
Text Example
White with #A1B5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B5C0; }
p { color: rgb(161,181,192); }
H1.HeaderClassName
{
color: #A1B5C0;
}
.AnyTagClassName
{
color: #A1B5C0;
}
</style>
background-color css
<style>
a { background-color: #A1B5C0; }
a { background-color: rgb(161,181,192); }
div.DivClassName
{
background-color: #A1B5C0;
}
.BgClassName
{
background-color: #A1B5C0;
}
</style>
border-color css
<style>
span { border-color: #A1B5C0; }
span { border-color: rgb(161,181,192); }
td.TdClassName
{
border-color: #A1B5C0;
}
.TagClassName
{
border-color: #A1B5C0;
}
</style>