Shades of Brandy Rose #AB8582
Tints of Brandy Rose #AB8582
RGB
CMYK
RGB Variations
Color information
#AB8582 (or 0xAB8582) is known color: Brandy Rose. HEX triplet: AB, 85 and 82. RGB value is (171,133,130). Sum of RGB (Red+Green+Blue) = 171+133+130=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8582 is #547A7D. Grayscale: #909090. Windows color (decimal): -5536382 or 8553899. OLE color: 8553899.
HSL color Cylindrical-coordinate representation of color #AB8582: hue angle of 4.39º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB8582 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 130 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.33 |
| HSL | 4.39º | 0.2% | 0.59% | - |
| HSV(B) | 4.39º | 0.24% | 0.67% | - |
| XYZ | 29.21 | 27.04 | 24.8 | - |
| YUV | 144.02 | 120.09 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 130 | 0 | 0.22 | 0.24 | 0.33 | 4.39 | 0.2 | 0.59 |
| Hex | AB | 85 | 82 | 0 | 16 | 18 | 21 | 4 | 14 | 3B |
| Octal | 253 | 205 | 202 | 0 | 26 | 30 | 41 | 4 | 24 | 73 |
| Binary | 10101011 | 10000101 | 10000010 | 0 | 10110 | 11000 | 100001 | 100 | 10100 | 111011 |
Color Harmonies of #AB8582
Complementary color
Monochromatic Colors of #AB8582
Black with #AB8582
Text Example
Text Example
White with #AB8582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8582; }
p { color: rgb(171,133,130); }
H1.HeaderClassName
{
color: #AB8582;
}
.AnyTagClassName
{
color: #AB8582;
}
</style>
background-color css
<style>
a { background-color: #AB8582; }
a { background-color: rgb(171,133,130); }
div.DivClassName
{
background-color: #AB8582;
}
.BgClassName
{
background-color: #AB8582;
}
</style>
border-color css
<style>
span { border-color: #AB8582; }
span { border-color: rgb(171,133,130); }
td.TdClassName
{
border-color: #AB8582;
}
.TagClassName
{
border-color: #AB8582;
}
</style>