Shades of Heather #A5B3BB
Tints of Heather #A5B3BB
RGB
CMYK
RGB Variations
Color information
#A5B3BB (or 0xA5B3BB) is known color: Heather. HEX triplet: A5, B3 and BB. RGB value is (165,179,187). Sum of RGB (Red+Green+Blue) = 165+179+187=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 187 - color contains mainly: blue. Hex color #A5B3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B3BB is #5A4C44. Grayscale: #AFAFAF. Windows color (decimal): -5917765 or 12301221. OLE color: 12301221.
HSL color Cylindrical-coordinate representation of color #A5B3BB: hue angle of 201.82º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5B3BB is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 179 | 187 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.27 |
| HSL | 201.82º | 0.14% | 0.69% | - |
| HSV(B) | 201.82º | 0.12% | 0.73% | - |
| XYZ | 40.61 | 43.83 | 53.33 | - |
| YUV | 175.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 179 | 187 | 0.12 | 0.04 | 0 | 0.27 | 201.82 | 0.14 | 0.69 |
| Hex | A5 | B3 | BB | C | 4 | 0 | 1B | CA | E | 45 |
| Octal | 245 | 263 | 273 | 14 | 4 | 0 | 33 | 312 | 16 | 105 |
| Binary | 10100101 | 10110011 | 10111011 | 1100 | 100 | 0 | 11011 | 11001010 | 1110 | 1000101 |
Color Harmonies of #A5B3BB
Complementary color
Monochromatic Colors of #A5B3BB
Black with #A5B3BB
Text Example
Text Example
White with #A5B3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B3BB; }
p { color: rgb(165,179,187); }
H1.HeaderClassName
{
color: #A5B3BB;
}
.AnyTagClassName
{
color: #A5B3BB;
}
</style>
background-color css
<style>
a { background-color: #A5B3BB; }
a { background-color: rgb(165,179,187); }
div.DivClassName
{
background-color: #A5B3BB;
}
.BgClassName
{
background-color: #A5B3BB;
}
</style>
border-color css
<style>
span { border-color: #A5B3BB; }
span { border-color: rgb(165,179,187); }
td.TdClassName
{
border-color: #A5B3BB;
}
.TagClassName
{
border-color: #A5B3BB;
}
</style>