Shades of Brandy Rose #AC8380
Tints of Brandy Rose #AC8380
RGB
CMYK
RGB Variations
Color information
#AC8380 (or 0xAC8380) is known color: Brandy Rose. HEX triplet: AC, 83 and 80. RGB value is (172,131,128). Sum of RGB (Red+Green+Blue) = 172+131+128=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8380 is #537C7F. Grayscale: #8E8E8E. Windows color (decimal): -5471360 or 8422316. OLE color: 8422316.
HSL color Cylindrical-coordinate representation of color #AC8380: hue angle of 4.09º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC8380 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 128 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.33 |
| HSL | 4.09º | 0.21% | 0.59% | - |
| HSV(B) | 4.09º | 0.26% | 0.67% | - |
| XYZ | 29.03 | 26.56 | 24.02 | - |
| YUV | 142.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 128 | 0 | 0.24 | 0.26 | 0.33 | 4.09 | 0.21 | 0.59 |
| Hex | AC | 83 | 80 | 0 | 18 | 1A | 21 | 4 | 15 | 3B |
| Octal | 254 | 203 | 200 | 0 | 30 | 32 | 41 | 4 | 25 | 73 |
| Binary | 10101100 | 10000011 | 10000000 | 0 | 11000 | 11010 | 100001 | 100 | 10101 | 111011 |
Color Harmonies of #AC8380
Complementary color
Monochromatic Colors of #AC8380
Black with #AC8380
Text Example
Text Example
White with #AC8380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8380; }
p { color: rgb(172,131,128); }
H1.HeaderClassName
{
color: #AC8380;
}
.AnyTagClassName
{
color: #AC8380;
}
</style>
background-color css
<style>
a { background-color: #AC8380; }
a { background-color: rgb(172,131,128); }
div.DivClassName
{
background-color: #AC8380;
}
.BgClassName
{
background-color: #AC8380;
}
</style>
border-color css
<style>
span { border-color: #AC8380; }
span { border-color: rgb(172,131,128); }
td.TdClassName
{
border-color: #AC8380;
}
.TagClassName
{
border-color: #AC8380;
}
</style>