Shades of Brandy Rose #AB8B80
Tints of Brandy Rose #AB8B80
RGB
CMYK
RGB Variations
Color information
#AB8B80 (or 0xAB8B80) is known color: Brandy Rose. HEX triplet: AB, 8B and 80. RGB value is (171,139,128). Sum of RGB (Red+Green+Blue) = 171+139+128=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8B80 is #54747F. Grayscale: #939393. Windows color (decimal): -5534848 or 8424363. OLE color: 8424363.
HSL color Cylindrical-coordinate representation of color #AB8B80: hue angle of 15.35º 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 #AB8B80 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 139 | 128 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.33 |
| HSL | 15.35º | 0.2% | 0.59% | - |
| HSV(B) | 15.35º | 0.25% | 0.67% | - |
| XYZ | 29.92 | 28.68 | 24.38 | - |
| YUV | 147.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 128 | 0 | 0.19 | 0.25 | 0.33 | 15.35 | 0.2 | 0.59 |
| Hex | AB | 8B | 80 | 0 | 13 | 19 | 21 | F | 14 | 3B |
| Octal | 253 | 213 | 200 | 0 | 23 | 31 | 41 | 17 | 24 | 73 |
| Binary | 10101011 | 10001011 | 10000000 | 0 | 10011 | 11001 | 100001 | 1111 | 10100 | 111011 |
Color Harmonies of #AB8B80
Complementary color
Monochromatic Colors of #AB8B80
Black with #AB8B80
Text Example
Text Example
White with #AB8B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8B80; }
p { color: rgb(171,139,128); }
H1.HeaderClassName
{
color: #AB8B80;
}
.AnyTagClassName
{
color: #AB8B80;
}
</style>
background-color css
<style>
a { background-color: #AB8B80; }
a { background-color: rgb(171,139,128); }
div.DivClassName
{
background-color: #AB8B80;
}
.BgClassName
{
background-color: #AB8B80;
}
</style>
border-color css
<style>
span { border-color: #AB8B80; }
span { border-color: rgb(171,139,128); }
td.TdClassName
{
border-color: #AB8B80;
}
.TagClassName
{
border-color: #AB8B80;
}
</style>