Shades of Brandy Rose #AB8173
Tints of Brandy Rose #AB8173
RGB
CMYK
RGB Variations
Color information
#AB8173 (or 0xAB8173) is known color: Brandy Rose. HEX triplet: AB, 81 and 73. RGB value is (171,129,115). Sum of RGB (Red+Green+Blue) = 171+129+115=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8173 is #547E8C. Grayscale: #8C8C8C. Windows color (decimal): -5537421 or 7569835. OLE color: 7569835.
HSL color Cylindrical-coordinate representation of color #AB8173: hue angle of 15º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB8173 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 115 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.33 |
| HSL | 15º | 0.25% | 0.56% | - |
| HSV(B) | 15º | 0.33% | 0.67% | - |
| XYZ | 27.74 | 25.6 | 19.7 | - |
| YUV | 139.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 115 | 0 | 0.25 | 0.33 | 0.33 | 15 | 0.25 | 0.56 |
| Hex | AB | 81 | 73 | 0 | 19 | 21 | 21 | F | 19 | 38 |
| Octal | 253 | 201 | 163 | 0 | 31 | 41 | 41 | 17 | 31 | 70 |
| Binary | 10101011 | 10000001 | 1110011 | 0 | 11001 | 100001 | 100001 | 1111 | 11001 | 111000 |
Color Harmonies of #AB8173
Complementary color
Monochromatic Colors of #AB8173
Black with #AB8173
Text Example
Text Example
White with #AB8173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8173; }
p { color: rgb(171,129,115); }
H1.HeaderClassName
{
color: #AB8173;
}
.AnyTagClassName
{
color: #AB8173;
}
</style>
background-color css
<style>
a { background-color: #AB8173; }
a { background-color: rgb(171,129,115); }
div.DivClassName
{
background-color: #AB8173;
}
.BgClassName
{
background-color: #AB8173;
}
</style>
border-color css
<style>
span { border-color: #AB8173; }
span { border-color: rgb(171,129,115); }
td.TdClassName
{
border-color: #AB8173;
}
.TagClassName
{
border-color: #AB8173;
}
</style>