Shades of Brandy Rose #AB8C82
Tints of Brandy Rose #AB8C82
RGB
CMYK
RGB Variations
Color information
#AB8C82 (or 0xAB8C82) is known color: Brandy Rose. HEX triplet: AB, 8C and 82. RGB value is (171,140,130). Sum of RGB (Red+Green+Blue) = 171+140+130=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8C82 is #54737D. Grayscale: #949494. Windows color (decimal): -5534590 or 8555691. OLE color: 8555691.
HSL color Cylindrical-coordinate representation of color #AB8C82: hue angle of 14.63º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB8C82 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 130 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.33 |
| HSL | 14.63º | 0.2% | 0.59% | - |
| HSV(B) | 14.63º | 0.24% | 0.67% | - |
| XYZ | 30.2 | 29.03 | 25.13 | - |
| YUV | 148.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 130 | 0 | 0.18 | 0.24 | 0.33 | 14.63 | 0.2 | 0.59 |
| Hex | AB | 8C | 82 | 0 | 12 | 18 | 21 | F | 14 | 3B |
| Octal | 253 | 214 | 202 | 0 | 22 | 30 | 41 | 17 | 24 | 73 |
| Binary | 10101011 | 10001100 | 10000010 | 0 | 10010 | 11000 | 100001 | 1111 | 10100 | 111011 |
Color Harmonies of #AB8C82
Complementary color
Monochromatic Colors of #AB8C82
Black with #AB8C82
Text Example
Text Example
White with #AB8C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C82; }
p { color: rgb(171,140,130); }
H1.HeaderClassName
{
color: #AB8C82;
}
.AnyTagClassName
{
color: #AB8C82;
}
</style>
background-color css
<style>
a { background-color: #AB8C82; }
a { background-color: rgb(171,140,130); }
div.DivClassName
{
background-color: #AB8C82;
}
.BgClassName
{
background-color: #AB8C82;
}
</style>
border-color css
<style>
span { border-color: #AB8C82; }
span { border-color: rgb(171,140,130); }
td.TdClassName
{
border-color: #AB8C82;
}
.TagClassName
{
border-color: #AB8C82;
}
</style>