Shades of Brandy Rose #AB877F
Tints of Brandy Rose #AB877F
RGB
CMYK
RGB Variations
Color information
#AB877F (or 0xAB877F) is known color: Brandy Rose. HEX triplet: AB, 87 and 7F. RGB value is (171,135,127). Sum of RGB (Red+Green+Blue) = 171+135+127=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB877F is #547880. Grayscale: #909090. Windows color (decimal): -5535873 or 8357803. OLE color: 8357803.
HSL color Cylindrical-coordinate representation of color #AB877F: hue angle of 10.91º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB877F is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 135 | 127 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.33 |
| HSL | 10.91º | 0.21% | 0.58% | - |
| HSV(B) | 10.91º | 0.26% | 0.67% | - |
| XYZ | 29.29 | 27.52 | 23.85 | - |
| YUV | 144.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 127 | 0 | 0.21 | 0.26 | 0.33 | 10.91 | 0.21 | 0.58 |
| Hex | AB | 87 | 7F | 0 | 15 | 1A | 21 | B | 15 | 3A |
| Octal | 253 | 207 | 177 | 0 | 25 | 32 | 41 | 13 | 25 | 72 |
| Binary | 10101011 | 10000111 | 1111111 | 0 | 10101 | 11010 | 100001 | 1011 | 10101 | 111010 |
Color Harmonies of #AB877F
Complementary color
Monochromatic Colors of #AB877F
Black with #AB877F
Text Example
Text Example
White with #AB877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB877F; }
p { color: rgb(171,135,127); }
H1.HeaderClassName
{
color: #AB877F;
}
.AnyTagClassName
{
color: #AB877F;
}
</style>
background-color css
<style>
a { background-color: #AB877F; }
a { background-color: rgb(171,135,127); }
div.DivClassName
{
background-color: #AB877F;
}
.BgClassName
{
background-color: #AB877F;
}
</style>
border-color css
<style>
span { border-color: #AB877F; }
span { border-color: rgb(171,135,127); }
td.TdClassName
{
border-color: #AB877F;
}
.TagClassName
{
border-color: #AB877F;
}
</style>