Shades of Brandy Rose #AC8A83
Tints of Brandy Rose #AC8A83
RGB
CMYK
RGB Variations
Color information
#AC8A83 (or 0xAC8A83) is known color: Brandy Rose. HEX triplet: AC, 8A and 83. RGB value is (172,138,131). Sum of RGB (Red+Green+Blue) = 172+138+131=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8A83 is #53757C. Grayscale: #939393. Windows color (decimal): -5469565 or 8620716. OLE color: 8620716.
HSL color Cylindrical-coordinate representation of color #AC8A83: hue angle of 10.24º 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 #AC8A83 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 131 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.33 |
| HSL | 10.24º | 0.2% | 0.59% | - |
| HSV(B) | 10.24º | 0.24% | 0.67% | - |
| XYZ | 30.2 | 28.59 | 25.4 | - |
| YUV | 147.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 131 | 0 | 0.20 | 0.24 | 0.33 | 10.24 | 0.2 | 0.59 |
| Hex | AC | 8A | 83 | 0 | 14 | 18 | 21 | A | 14 | 3B |
| Octal | 254 | 212 | 203 | 0 | 24 | 30 | 41 | 12 | 24 | 73 |
| Binary | 10101100 | 10001010 | 10000011 | 0 | 10100 | 11000 | 100001 | 1010 | 10100 | 111011 |
Color Harmonies of #AC8A83
Complementary color
Monochromatic Colors of #AC8A83
Black with #AC8A83
Text Example
Text Example
White with #AC8A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A83; }
p { color: rgb(172,138,131); }
H1.HeaderClassName
{
color: #AC8A83;
}
.AnyTagClassName
{
color: #AC8A83;
}
</style>
background-color css
<style>
a { background-color: #AC8A83; }
a { background-color: rgb(172,138,131); }
div.DivClassName
{
background-color: #AC8A83;
}
.BgClassName
{
background-color: #AC8A83;
}
</style>
border-color css
<style>
span { border-color: #AC8A83; }
span { border-color: rgb(172,138,131); }
td.TdClassName
{
border-color: #AC8A83;
}
.TagClassName
{
border-color: #AC8A83;
}
</style>