Shades of Brandy Rose #AB7B72
Tints of Brandy Rose #AB7B72
RGB
CMYK
RGB Variations
Color information
#AB7B72 (or 0xAB7B72) is known color: Brandy Rose. HEX triplet: AB, 7B and 72. RGB value is (171,123,114). Sum of RGB (Red+Green+Blue) = 171+123+114=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7B72 is #54848D. Grayscale: #888888. Windows color (decimal): -5538958 or 7502763. OLE color: 7502763.
HSL color Cylindrical-coordinate representation of color #AB7B72: hue angle of 9.47º 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 #AB7B72 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 123 | 114 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.33 |
| HSL | 9.47º | 0.25% | 0.56% | - |
| HSV(B) | 9.47º | 0.33% | 0.67% | - |
| XYZ | 26.91 | 24.04 | 19.14 | - |
| YUV | 136.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 114 | 0 | 0.28 | 0.33 | 0.33 | 9.47 | 0.25 | 0.56 |
| Hex | AB | 7B | 72 | 0 | 1C | 21 | 21 | 9 | 19 | 38 |
| Octal | 253 | 173 | 162 | 0 | 34 | 41 | 41 | 11 | 31 | 70 |
| Binary | 10101011 | 1111011 | 1110010 | 0 | 11100 | 100001 | 100001 | 1001 | 11001 | 111000 |
Color Harmonies of #AB7B72
Complementary color
Monochromatic Colors of #AB7B72
Black with #AB7B72
Text Example
Text Example
White with #AB7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7B72; }
p { color: rgb(171,123,114); }
H1.HeaderClassName
{
color: #AB7B72;
}
.AnyTagClassName
{
color: #AB7B72;
}
</style>
background-color css
<style>
a { background-color: #AB7B72; }
a { background-color: rgb(171,123,114); }
div.DivClassName
{
background-color: #AB7B72;
}
.BgClassName
{
background-color: #AB7B72;
}
</style>
border-color css
<style>
span { border-color: #AB7B72; }
span { border-color: rgb(171,123,114); }
td.TdClassName
{
border-color: #AB7B72;
}
.TagClassName
{
border-color: #AB7B72;
}
</style>