Shades of Brandy Rose #AB8280
Tints of Brandy Rose #AB8280
RGB
CMYK
RGB Variations
Color information
#AB8280 (or 0xAB8280) is known color: Brandy Rose. HEX triplet: AB, 82 and 80. RGB value is (171,130,128). Sum of RGB (Red+Green+Blue) = 171+130+128=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8280 is #547D7F. Grayscale: #8E8E8E. Windows color (decimal): -5537152 or 8422059. OLE color: 8422059.
HSL color Cylindrical-coordinate representation of color #AB8280: hue angle of 2.79º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB8280 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 128 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.33 |
| HSL | 2.79º | 0.2% | 0.59% | - |
| HSV(B) | 2.79º | 0.25% | 0.67% | - |
| XYZ | 28.67 | 26.18 | 23.96 | - |
| YUV | 142.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 128 | 0 | 0.24 | 0.25 | 0.33 | 2.79 | 0.2 | 0.59 |
| Hex | AB | 82 | 80 | 0 | 18 | 19 | 21 | 3 | 14 | 3B |
| Octal | 253 | 202 | 200 | 0 | 30 | 31 | 41 | 3 | 24 | 73 |
| Binary | 10101011 | 10000010 | 10000000 | 0 | 11000 | 11001 | 100001 | 11 | 10100 | 111011 |
Color Harmonies of #AB8280
Complementary color
Monochromatic Colors of #AB8280
Black with #AB8280
Text Example
Text Example
White with #AB8280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8280; }
p { color: rgb(171,130,128); }
H1.HeaderClassName
{
color: #AB8280;
}
.AnyTagClassName
{
color: #AB8280;
}
</style>
background-color css
<style>
a { background-color: #AB8280; }
a { background-color: rgb(171,130,128); }
div.DivClassName
{
background-color: #AB8280;
}
.BgClassName
{
background-color: #AB8280;
}
</style>
border-color css
<style>
span { border-color: #AB8280; }
span { border-color: rgb(171,130,128); }
td.TdClassName
{
border-color: #AB8280;
}
.TagClassName
{
border-color: #AB8280;
}
</style>