Shades of Brandy Rose #AB8375
Tints of Brandy Rose #AB8375
RGB
CMYK
RGB Variations
Color information
#AB8375 (or 0xAB8375) is known color: Brandy Rose. HEX triplet: AB, 83 and 75. RGB value is (171,131,117). Sum of RGB (Red+Green+Blue) = 171+131+117=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8375 is #547C8A. Grayscale: #8D8D8D. Windows color (decimal): -5536907 or 7701419. OLE color: 7701419.
HSL color Cylindrical-coordinate representation of color #AB8375: hue angle of 15.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB8375 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 117 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.33 |
| HSL | 15.56º | 0.24% | 0.56% | - |
| HSV(B) | 15.56º | 0.32% | 0.67% | - |
| XYZ | 28.12 | 26.17 | 20.4 | - |
| YUV | 141.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 117 | 0 | 0.23 | 0.32 | 0.33 | 15.56 | 0.24 | 0.56 |
| Hex | AB | 83 | 75 | 0 | 17 | 20 | 21 | 10 | 18 | 38 |
| Octal | 253 | 203 | 165 | 0 | 27 | 40 | 41 | 20 | 30 | 70 |
| Binary | 10101011 | 10000011 | 1110101 | 0 | 10111 | 100000 | 100001 | 10000 | 11000 | 111000 |
Color Harmonies of #AB8375
Complementary color
Monochromatic Colors of #AB8375
Black with #AB8375
Text Example
Text Example
White with #AB8375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8375; }
p { color: rgb(171,131,117); }
H1.HeaderClassName
{
color: #AB8375;
}
.AnyTagClassName
{
color: #AB8375;
}
</style>
background-color css
<style>
a { background-color: #AB8375; }
a { background-color: rgb(171,131,117); }
div.DivClassName
{
background-color: #AB8375;
}
.BgClassName
{
background-color: #AB8375;
}
</style>
border-color css
<style>
span { border-color: #AB8375; }
span { border-color: rgb(171,131,117); }
td.TdClassName
{
border-color: #AB8375;
}
.TagClassName
{
border-color: #AB8375;
}
</style>