Shades of Brandy Rose #AB8680
Tints of Brandy Rose #AB8680
RGB
CMYK
RGB Variations
Color information
#AB8680 (or 0xAB8680) is known color: Brandy Rose. HEX triplet: AB, 86 and 80. RGB value is (171,134,128). Sum of RGB (Red+Green+Blue) = 171+134+128=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8680 is #54797F. Grayscale: #909090. Windows color (decimal): -5536128 or 8423083. OLE color: 8423083.
HSL color Cylindrical-coordinate representation of color #AB8680: hue angle of 8.37º 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 #AB8680 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 134 | 128 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.33 |
| HSL | 8.37º | 0.2% | 0.59% | - |
| HSV(B) | 8.37º | 0.25% | 0.67% | - |
| XYZ | 29.22 | 27.27 | 24.15 | - |
| YUV | 144.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 128 | 0 | 0.22 | 0.25 | 0.33 | 8.37 | 0.2 | 0.59 |
| Hex | AB | 86 | 80 | 0 | 16 | 19 | 21 | 8 | 14 | 3B |
| Octal | 253 | 206 | 200 | 0 | 26 | 31 | 41 | 10 | 24 | 73 |
| Binary | 10101011 | 10000110 | 10000000 | 0 | 10110 | 11001 | 100001 | 1000 | 10100 | 111011 |
Color Harmonies of #AB8680
Complementary color
Monochromatic Colors of #AB8680
Black with #AB8680
Text Example
Text Example
White with #AB8680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8680; }
p { color: rgb(171,134,128); }
H1.HeaderClassName
{
color: #AB8680;
}
.AnyTagClassName
{
color: #AB8680;
}
</style>
background-color css
<style>
a { background-color: #AB8680; }
a { background-color: rgb(171,134,128); }
div.DivClassName
{
background-color: #AB8680;
}
.BgClassName
{
background-color: #AB8680;
}
</style>
border-color css
<style>
span { border-color: #AB8680; }
span { border-color: rgb(171,134,128); }
td.TdClassName
{
border-color: #AB8680;
}
.TagClassName
{
border-color: #AB8680;
}
</style>