Shades of Heather #AFB5B9
Tints of Heather #AFB5B9
RGB
CMYK
RGB Variations
Color information
#AFB5B9 (or 0xAFB5B9) is known color: Heather. HEX triplet: AF, B5 and B9. RGB value is (175,181,185). Sum of RGB (Red+Green+Blue) = 175+181+185=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 185 - color contains mainly: blue. Hex color #AFB5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5B9 is #504A46. Grayscale: #B3B3B3. Windows color (decimal): -5261895 or 12170671. OLE color: 12170671.
HSL color Cylindrical-coordinate representation of color #AFB5B9: hue angle of 204º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFB5B9 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 175 | 181 | 185 | - |
CMYK | 0.05 | 0.02 | 0 | 0.27 |
HSL | 204º | 0.07% | 0.71% | - |
HSV(B) | 204º | 0.05% | 0.73% | - |
XYZ | 42.96 | 45.66 | 52.45 | - |
YUV | 179.66 | 131.01 | 124.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 181 | 185 | 0.05 | 0.02 | 0 | 0.27 | 204 | 0.07 | 0.71 |
Hex | AF | B5 | B9 | 5 | 2 | 0 | 1B | CC | 7 | 47 |
Octal | 257 | 265 | 271 | 5 | 2 | 0 | 33 | 314 | 7 | 107 |
Binary | 10101111 | 10110101 | 10111001 | 101 | 10 | 0 | 11011 | 11001100 | 111 | 1000111 |
Color Harmonies of #AFB5B9
Complementary color
Monochromatic Colors of #AFB5B9
Black with #AFB5B9
Text Example
Text Example
White with #AFB5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB5B9; }
p { color: rgb(175,181,185); }
H1.HeaderClassName
{
color: #AFB5B9;
}
.AnyTagClassName
{
color: #AFB5B9;
}
</style>
background-color css
<style>
a { background-color: #AFB5B9; }
a { background-color: rgb(175,181,185); }
div.DivClassName
{
background-color: #AFB5B9;
}
.BgClassName
{
background-color: #AFB5B9;
}
</style>
border-color css
<style>
span { border-color: #AFB5B9; }
span { border-color: rgb(175,181,185); }
td.TdClassName
{
border-color: #AFB5B9;
}
.TagClassName
{
border-color: #AFB5B9;
}
</style>