Shades of Brandy Rose #AB7B73
Tints of Brandy Rose #AB7B73
RGB
CMYK
RGB Variations
Color information
#AB7B73 (or 0xAB7B73) is known color: Brandy Rose. HEX triplet: AB, 7B and 73. RGB value is (171,123,115). Sum of RGB (Red+Green+Blue) = 171+123+115=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7B73 is #54848C. Grayscale: #888888. Windows color (decimal): -5538957 or 7568299. OLE color: 7568299.
HSL color Cylindrical-coordinate representation of color #AB7B73: hue angle of 8.57º 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 #AB7B73 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 123 | 115 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.33 |
| HSL | 8.57º | 0.25% | 0.56% | - |
| HSV(B) | 8.57º | 0.33% | 0.67% | - |
| XYZ | 26.97 | 24.06 | 19.44 | - |
| YUV | 136.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 115 | 0 | 0.28 | 0.33 | 0.33 | 8.57 | 0.25 | 0.56 |
| Hex | AB | 7B | 73 | 0 | 1C | 21 | 21 | 9 | 19 | 38 |
| Octal | 253 | 173 | 163 | 0 | 34 | 41 | 41 | 11 | 31 | 70 |
| Binary | 10101011 | 1111011 | 1110011 | 0 | 11100 | 100001 | 100001 | 1001 | 11001 | 111000 |
Color Harmonies of #AB7B73
Complementary color
Monochromatic Colors of #AB7B73
Black with #AB7B73
Text Example
Text Example
White with #AB7B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7B73; }
p { color: rgb(171,123,115); }
H1.HeaderClassName
{
color: #AB7B73;
}
.AnyTagClassName
{
color: #AB7B73;
}
</style>
background-color css
<style>
a { background-color: #AB7B73; }
a { background-color: rgb(171,123,115); }
div.DivClassName
{
background-color: #AB7B73;
}
.BgClassName
{
background-color: #AB7B73;
}
</style>
border-color css
<style>
span { border-color: #AB7B73; }
span { border-color: rgb(171,123,115); }
td.TdClassName
{
border-color: #AB7B73;
}
.TagClassName
{
border-color: #AB7B73;
}
</style>