Shades of Brandy Rose #AB8070
Tints of Brandy Rose #AB8070
RGB
CMYK
RGB Variations
Color information
#AB8070 (or 0xAB8070) is known color: Brandy Rose. HEX triplet: AB, 80 and 70. RGB value is (171,128,112). Sum of RGB (Red+Green+Blue) = 171+128+112=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8070 is #547F8F. Grayscale: #8B8B8B. Windows color (decimal): -5537680 or 7372971. OLE color: 7372971.
HSL color Cylindrical-coordinate representation of color #AB8070: hue angle of 16.27º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB8070 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 112 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.33 |
| HSL | 16.27º | 0.26% | 0.55% | - |
| HSV(B) | 16.27º | 0.35% | 0.67% | - |
| XYZ | 27.44 | 25.27 | 18.76 | - |
| YUV | 139.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 112 | 0 | 0.25 | 0.35 | 0.33 | 16.27 | 0.26 | 0.55 |
| Hex | AB | 80 | 70 | 0 | 19 | 23 | 21 | 10 | 1A | 37 |
| Octal | 253 | 200 | 160 | 0 | 31 | 43 | 41 | 20 | 32 | 67 |
| Binary | 10101011 | 10000000 | 1110000 | 0 | 11001 | 100011 | 100001 | 10000 | 11010 | 110111 |
Color Harmonies of #AB8070
Complementary color
Monochromatic Colors of #AB8070
Black with #AB8070
Text Example
Text Example
White with #AB8070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8070; }
p { color: rgb(171,128,112); }
H1.HeaderClassName
{
color: #AB8070;
}
.AnyTagClassName
{
color: #AB8070;
}
</style>
background-color css
<style>
a { background-color: #AB8070; }
a { background-color: rgb(171,128,112); }
div.DivClassName
{
background-color: #AB8070;
}
.BgClassName
{
background-color: #AB8070;
}
</style>
border-color css
<style>
span { border-color: #AB8070; }
span { border-color: rgb(171,128,112); }
td.TdClassName
{
border-color: #AB8070;
}
.TagClassName
{
border-color: #AB8070;
}
</style>