Shades of Brandy Rose #AB837B
Tints of Brandy Rose #AB837B
RGB
CMYK
RGB Variations
Color information
#AB837B (or 0xAB837B) is known color: Brandy Rose. HEX triplet: AB, 83 and 7B. RGB value is (171,131,123). Sum of RGB (Red+Green+Blue) = 171+131+123=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB837B is #547C84. Grayscale: #8E8E8E. Windows color (decimal): -5536901 or 8094635. OLE color: 8094635.
HSL color Cylindrical-coordinate representation of color #AB837B: hue angle of 10º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB837B is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 123 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.33 |
| HSL | 10º | 0.22% | 0.58% | - |
| HSV(B) | 10º | 0.28% | 0.67% | - |
| XYZ | 28.49 | 26.32 | 22.32 | - |
| YUV | 142.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 123 | 0 | 0.23 | 0.28 | 0.33 | 10 | 0.22 | 0.58 |
| Hex | AB | 83 | 7B | 0 | 17 | 1C | 21 | A | 16 | 3A |
| Octal | 253 | 203 | 173 | 0 | 27 | 34 | 41 | 12 | 26 | 72 |
| Binary | 10101011 | 10000011 | 1111011 | 0 | 10111 | 11100 | 100001 | 1010 | 10110 | 111010 |
Color Harmonies of #AB837B
Complementary color
Monochromatic Colors of #AB837B
Black with #AB837B
Text Example
Text Example
White with #AB837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB837B; }
p { color: rgb(171,131,123); }
H1.HeaderClassName
{
color: #AB837B;
}
.AnyTagClassName
{
color: #AB837B;
}
</style>
background-color css
<style>
a { background-color: #AB837B; }
a { background-color: rgb(171,131,123); }
div.DivClassName
{
background-color: #AB837B;
}
.BgClassName
{
background-color: #AB837B;
}
</style>
border-color css
<style>
span { border-color: #AB837B; }
span { border-color: rgb(171,131,123); }
td.TdClassName
{
border-color: #AB837B;
}
.TagClassName
{
border-color: #AB837B;
}
</style>