Shades of Brown #AC3024
Tints of Brown #AC3024
RGB
CMYK
RGB Variations
Color information
#AC3024 (or 0xAC3024) is known color: Brown. HEX triplet: AC, 30 and 24. RGB value is (172,48,36). Sum of RGB (Red+Green+Blue) = 172+48+36=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3024 is #53CFDB. Grayscale: #535353. Windows color (decimal): -5492700 or 2371756. OLE color: 2371756.
HSL color Cylindrical-coordinate representation of color #AC3024: hue angle of 5.29º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC3024 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 36 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.33 |
| HSL | 5.29º | 0.65% | 0.41% | - |
| HSV(B) | 5.29º | 0.79% | 0.67% | - |
| XYZ | 18.39 | 11.01 | 2.83 | - |
| YUV | 83.71 | 101.08 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 36 | 0 | 0.72 | 0.79 | 0.33 | 5.29 | 0.65 | 0.41 |
| Hex | AC | 30 | 24 | 0 | 48 | 4F | 21 | 5 | 41 | 29 |
| Octal | 254 | 60 | 44 | 0 | 110 | 117 | 41 | 5 | 101 | 51 |
| Binary | 10101100 | 110000 | 100100 | 0 | 1001000 | 1001111 | 100001 | 101 | 1000001 | 101001 |
Color Harmonies of #AC3024
Complementary color
Monochromatic Colors of #AC3024
Black with #AC3024
Text Example
Text Example
White with #AC3024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3024; }
p { color: rgb(172,48,36); }
H1.HeaderClassName
{
color: #AC3024;
}
.AnyTagClassName
{
color: #AC3024;
}
</style>
background-color css
<style>
a { background-color: #AC3024; }
a { background-color: rgb(172,48,36); }
div.DivClassName
{
background-color: #AC3024;
}
.BgClassName
{
background-color: #AC3024;
}
</style>
border-color css
<style>
span { border-color: #AC3024; }
span { border-color: rgb(172,48,36); }
td.TdClassName
{
border-color: #AC3024;
}
.TagClassName
{
border-color: #AC3024;
}
</style>