Shades of Brandy Rose #AC837A
Tints of Brandy Rose #AC837A
RGB
CMYK
RGB Variations
Color information
#AC837A (or 0xAC837A) is known color: Brandy Rose. HEX triplet: AC, 83 and 7A. RGB value is (172,131,122). Sum of RGB (Red+Green+Blue) = 172+131+122=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC837A is #537C85. Grayscale: #8E8E8E. Windows color (decimal): -5471366 or 8029100. OLE color: 8029100.
HSL color Cylindrical-coordinate representation of color #AC837A: hue angle of 10.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC837A is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 122 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.33 |
| HSL | 10.8º | 0.23% | 0.58% | - |
| HSV(B) | 10.8º | 0.29% | 0.67% | - |
| XYZ | 28.64 | 26.41 | 22 | - |
| YUV | 142.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 122 | 0 | 0.24 | 0.29 | 0.33 | 10.8 | 0.23 | 0.58 |
| Hex | AC | 83 | 7A | 0 | 18 | 1D | 21 | B | 17 | 3A |
| Octal | 254 | 203 | 172 | 0 | 30 | 35 | 41 | 13 | 27 | 72 |
| Binary | 10101100 | 10000011 | 1111010 | 0 | 11000 | 11101 | 100001 | 1011 | 10111 | 111010 |
Color Harmonies of #AC837A
Complementary color
Monochromatic Colors of #AC837A
Black with #AC837A
Text Example
Text Example
White with #AC837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC837A; }
p { color: rgb(172,131,122); }
H1.HeaderClassName
{
color: #AC837A;
}
.AnyTagClassName
{
color: #AC837A;
}
</style>
background-color css
<style>
a { background-color: #AC837A; }
a { background-color: rgb(172,131,122); }
div.DivClassName
{
background-color: #AC837A;
}
.BgClassName
{
background-color: #AC837A;
}
</style>
border-color css
<style>
span { border-color: #AC837A; }
span { border-color: rgb(172,131,122); }
td.TdClassName
{
border-color: #AC837A;
}
.TagClassName
{
border-color: #AC837A;
}
</style>