Shades of Dark Gray #B5AAAA
Tints of Dark Gray #B5AAAA
RGB
CMYK
RGB Variations
Color information
#B5AAAA (or 0xB5AAAA) is known color: Dark Gray. HEX triplet: B5, AA and AA. RGB value is (181,170,170). Sum of RGB (Red+Green+Blue) = 181+170+170=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AAAA is #4A5555. Grayscale: #ADADAD. Windows color (decimal): -4871510 or 11184821. OLE color: 11184821.
HSL color Cylindrical-coordinate representation of color #B5AAAA: hue angle of 0º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5AAAA is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 170 | 170 | - |
CMYK | 0 | 0.06 | 0.06 | 0.29 |
HSL | 0º | 0.07% | 0.69% | - |
HSV(B) | 0º | 0.06% | 0.71% | - |
XYZ | 40.69 | 41.48 | 43.89 | - |
YUV | 173.29 | 126.14 | 133.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 170 | 170 | 0 | 0.06 | 0.06 | 0.29 | 0 | 0.07 | 0.69 |
Hex | B5 | AA | AA | 0 | 6 | 6 | 1D | 0 | 7 | 45 |
Octal | 265 | 252 | 252 | 0 | 6 | 6 | 35 | 0 | 7 | 105 |
Binary | 10110101 | 10101010 | 10101010 | 0 | 110 | 110 | 11101 | 0 | 111 | 1000101 |
Color Harmonies of #B5AAAA
Complementary color
Monochromatic Colors of #B5AAAA
Black with #B5AAAA
Text Example
Text Example
White with #B5AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AAAA; }
p { color: rgb(181,170,170); }
H1.HeaderClassName
{
color: #B5AAAA;
}
.AnyTagClassName
{
color: #B5AAAA;
}
</style>
background-color css
<style>
a { background-color: #B5AAAA; }
a { background-color: rgb(181,170,170); }
div.DivClassName
{
background-color: #B5AAAA;
}
.BgClassName
{
background-color: #B5AAAA;
}
</style>
border-color css
<style>
span { border-color: #B5AAAA; }
span { border-color: rgb(181,170,170); }
td.TdClassName
{
border-color: #B5AAAA;
}
.TagClassName
{
border-color: #B5AAAA;
}
</style>