Shades of Rose Taupe #A15B5B
Tints of Rose Taupe #A15B5B
RGB
CMYK
RGB Variations
Color information
#A15B5B (or 0xA15B5B) is known color: Rose Taupe. HEX triplet: A1, 5B and 5B. RGB value is (161,91,91). Sum of RGB (Red+Green+Blue) = 161+91+91=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15B5B is #5EA4A4. Grayscale: #707070. Windows color (decimal): -6202533 or 5987233. OLE color: 5987233.
HSL color Cylindrical-coordinate representation of color #A15B5B: hue angle of 0º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A15B5B is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 91 | 91 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.37 |
| HSL | 0º | 0.28% | 0.49% | - |
| HSV(B) | 0º | 0.43% | 0.63% | - |
| XYZ | 20.33 | 15.81 | 11.88 | - |
| YUV | 111.93 | 116.19 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 91 | 91 | 0 | 0.43 | 0.43 | 0.37 | 0 | 0.28 | 0.49 |
| Hex | A1 | 5B | 5B | 0 | 2B | 2B | 25 | 0 | 1C | 31 |
| Octal | 241 | 133 | 133 | 0 | 53 | 53 | 45 | 0 | 34 | 61 |
| Binary | 10100001 | 1011011 | 1011011 | 0 | 101011 | 101011 | 100101 | 0 | 11100 | 110001 |
Color Harmonies of #A15B5B
Complementary color
Monochromatic Colors of #A15B5B
Black with #A15B5B
Text Example
Text Example
White with #A15B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15B5B; }
p { color: rgb(161,91,91); }
H1.HeaderClassName
{
color: #A15B5B;
}
.AnyTagClassName
{
color: #A15B5B;
}
</style>
background-color css
<style>
a { background-color: #A15B5B; }
a { background-color: rgb(161,91,91); }
div.DivClassName
{
background-color: #A15B5B;
}
.BgClassName
{
background-color: #A15B5B;
}
</style>
border-color css
<style>
span { border-color: #A15B5B; }
span { border-color: rgb(161,91,91); }
td.TdClassName
{
border-color: #A15B5B;
}
.TagClassName
{
border-color: #A15B5B;
}
</style>