Shades of Brandy Rose #AB897A
Tints of Brandy Rose #AB897A
RGB
CMYK
RGB Variations
Color information
#AB897A (or 0xAB897A) is known color: Brandy Rose. HEX triplet: AB, 89 and 7A. RGB value is (171,137,122). Sum of RGB (Red+Green+Blue) = 171+137+122=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB897A is #547685. Grayscale: #919191. Windows color (decimal): -5535366 or 8030635. OLE color: 8030635.
HSL color Cylindrical-coordinate representation of color #AB897A: hue angle of 18.37º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB897A is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 122 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.33 |
| HSL | 18.37º | 0.23% | 0.57% | - |
| HSV(B) | 18.37º | 0.29% | 0.67% | - |
| XYZ | 29.25 | 27.95 | 22.27 | - |
| YUV | 145.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 122 | 0 | 0.20 | 0.29 | 0.33 | 18.37 | 0.23 | 0.57 |
| Hex | AB | 89 | 7A | 0 | 14 | 1D | 21 | 12 | 17 | 39 |
| Octal | 253 | 211 | 172 | 0 | 24 | 35 | 41 | 22 | 27 | 71 |
| Binary | 10101011 | 10001001 | 1111010 | 0 | 10100 | 11101 | 100001 | 10010 | 10111 | 111001 |
Color Harmonies of #AB897A
Complementary color
Monochromatic Colors of #AB897A
Black with #AB897A
Text Example
Text Example
White with #AB897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB897A; }
p { color: rgb(171,137,122); }
H1.HeaderClassName
{
color: #AB897A;
}
.AnyTagClassName
{
color: #AB897A;
}
</style>
background-color css
<style>
a { background-color: #AB897A; }
a { background-color: rgb(171,137,122); }
div.DivClassName
{
background-color: #AB897A;
}
.BgClassName
{
background-color: #AB897A;
}
</style>
border-color css
<style>
span { border-color: #AB897A; }
span { border-color: rgb(171,137,122); }
td.TdClassName
{
border-color: #AB897A;
}
.TagClassName
{
border-color: #AB897A;
}
</style>