Shades of Rose Taupe #A05B5B
Tints of Rose Taupe #A05B5B
RGB
CMYK
RGB Variations
Color information
#A05B5B (or 0xA05B5B) is known color: Rose Taupe. HEX triplet: A0, 5B and 5B. RGB value is (160,91,91). Sum of RGB (Red+Green+Blue) = 160+91+91=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05B5B is #5FA4A4. Grayscale: #6F6F6F. Windows color (decimal): -6268069 or 5987232. OLE color: 5987232.
HSL color Cylindrical-coordinate representation of color #A05B5B: hue angle of 0º degrees, saturation: 0.27, 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 #A05B5B is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 91 | 91 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.37 |
| HSL | 0º | 0.27% | 0.49% | - |
| HSV(B) | 0º | 0.43% | 0.63% | - |
| XYZ | 20.13 | 15.71 | 11.87 | - |
| YUV | 111.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 91 | 0 | 0.43 | 0.43 | 0.37 | 0 | 0.27 | 0.49 |
| Hex | A0 | 5B | 5B | 0 | 2B | 2B | 25 | 0 | 1B | 31 |
| Octal | 240 | 133 | 133 | 0 | 53 | 53 | 45 | 0 | 33 | 61 |
| Binary | 10100000 | 1011011 | 1011011 | 0 | 101011 | 101011 | 100101 | 0 | 11011 | 110001 |
Color Harmonies of #A05B5B
Complementary color
Monochromatic Colors of #A05B5B
Black with #A05B5B
Text Example
Text Example
White with #A05B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05B5B; }
p { color: rgb(160,91,91); }
H1.HeaderClassName
{
color: #A05B5B;
}
.AnyTagClassName
{
color: #A05B5B;
}
</style>
background-color css
<style>
a { background-color: #A05B5B; }
a { background-color: rgb(160,91,91); }
div.DivClassName
{
background-color: #A05B5B;
}
.BgClassName
{
background-color: #A05B5B;
}
</style>
border-color css
<style>
span { border-color: #A05B5B; }
span { border-color: rgb(160,91,91); }
td.TdClassName
{
border-color: #A05B5B;
}
.TagClassName
{
border-color: #A05B5B;
}
</style>