Shades of Brandy Rose #AC8B81
Tints of Brandy Rose #AC8B81
RGB
CMYK
RGB Variations
Color information
#AC8B81 (or 0xAC8B81) is known color: Brandy Rose. HEX triplet: AC, 8B and 81. RGB value is (172,139,129). Sum of RGB (Red+Green+Blue) = 172+139+129=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8B81 is #53747E. Grayscale: #939393. Windows color (decimal): -5469311 or 8489900. OLE color: 8489900.
HSL color Cylindrical-coordinate representation of color #AC8B81: hue angle of 13.95º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC8B81 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 139 | 129 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.33 |
| HSL | 13.95º | 0.21% | 0.59% | - |
| HSV(B) | 13.95º | 0.25% | 0.67% | - |
| XYZ | 30.21 | 28.82 | 24.74 | - |
| YUV | 147.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 129 | 0 | 0.19 | 0.25 | 0.33 | 13.95 | 0.21 | 0.59 |
| Hex | AC | 8B | 81 | 0 | 13 | 19 | 21 | E | 15 | 3B |
| Octal | 254 | 213 | 201 | 0 | 23 | 31 | 41 | 16 | 25 | 73 |
| Binary | 10101100 | 10001011 | 10000001 | 0 | 10011 | 11001 | 100001 | 1110 | 10101 | 111011 |
Color Harmonies of #AC8B81
Complementary color
Monochromatic Colors of #AC8B81
Black with #AC8B81
Text Example
Text Example
White with #AC8B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8B81; }
p { color: rgb(172,139,129); }
H1.HeaderClassName
{
color: #AC8B81;
}
.AnyTagClassName
{
color: #AC8B81;
}
</style>
background-color css
<style>
a { background-color: #AC8B81; }
a { background-color: rgb(172,139,129); }
div.DivClassName
{
background-color: #AC8B81;
}
.BgClassName
{
background-color: #AC8B81;
}
</style>
border-color css
<style>
span { border-color: #AC8B81; }
span { border-color: rgb(172,139,129); }
td.TdClassName
{
border-color: #AC8B81;
}
.TagClassName
{
border-color: #AC8B81;
}
</style>