Shades of Dark Gray #B1AAAA
Tints of Dark Gray #B1AAAA
RGB
CMYK
RGB Variations
Color information
#B1AAAA (or 0xB1AAAA) is known color: Dark Gray. HEX triplet: B1, AA and AA. RGB value is (177,170,170). Sum of RGB (Red+Green+Blue) = 177+170+170=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AAAA is #4E5555. Grayscale: #ACACAC. Windows color (decimal): -5133654 or 11184817. OLE color: 11184817.
HSL color Cylindrical-coordinate representation of color #B1AAAA: hue angle of 0º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B1AAAA is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 170 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.31 |
| HSL | 0º | 0.04% | 0.68% | - |
| HSV(B) | 0º | 0.04% | 0.69% | - |
| XYZ | 39.76 | 41 | 43.85 | - |
| YUV | 172.09 | 126.82 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 170 | 0 | 0.04 | 0.04 | 0.31 | 0 | 0.04 | 0.68 |
| Hex | B1 | AA | AA | 0 | 4 | 4 | 1F | 0 | 4 | 44 |
| Octal | 261 | 252 | 252 | 0 | 4 | 4 | 37 | 0 | 4 | 104 |
| Binary | 10110001 | 10101010 | 10101010 | 0 | 100 | 100 | 11111 | 0 | 100 | 1000100 |
Color Harmonies of #B1AAAA
Complementary color
Monochromatic Colors of #B1AAAA
Black with #B1AAAA
Text Example
Text Example
White with #B1AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AAAA; }
p { color: rgb(177,170,170); }
H1.HeaderClassName
{
color: #B1AAAA;
}
.AnyTagClassName
{
color: #B1AAAA;
}
</style>
background-color css
<style>
a { background-color: #B1AAAA; }
a { background-color: rgb(177,170,170); }
div.DivClassName
{
background-color: #B1AAAA;
}
.BgClassName
{
background-color: #B1AAAA;
}
</style>
border-color css
<style>
span { border-color: #B1AAAA; }
span { border-color: rgb(177,170,170); }
td.TdClassName
{
border-color: #B1AAAA;
}
.TagClassName
{
border-color: #B1AAAA;
}
</style>