Shades of Brown #AC3627
Tints of Brown #AC3627
RGB
CMYK
RGB Variations
Color information
#AC3627 (or 0xAC3627) is known color: Brown. HEX triplet: AC, 36 and 27. RGB value is (172,54,39). Sum of RGB (Red+Green+Blue) = 172+54+39=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3627 is #53C9D8. Grayscale: #575757. Windows color (decimal): -5491161 or 2569900. OLE color: 2569900.
HSL color Cylindrical-coordinate representation of color #AC3627: hue angle of 6.77º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC3627 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 39 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.33 |
| HSL | 6.77º | 0.63% | 0.41% | - |
| HSV(B) | 6.77º | 0.77% | 0.67% | - |
| XYZ | 18.7 | 11.56 | 3.16 | - |
| YUV | 87.57 | 100.59 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 39 | 0 | 0.69 | 0.77 | 0.33 | 6.77 | 0.63 | 0.41 |
| Hex | AC | 36 | 27 | 0 | 45 | 4D | 21 | 7 | 3F | 29 |
| Octal | 254 | 66 | 47 | 0 | 105 | 115 | 41 | 7 | 77 | 51 |
| Binary | 10101100 | 110110 | 100111 | 0 | 1000101 | 1001101 | 100001 | 111 | 111111 | 101001 |
Color Harmonies of #AC3627
Complementary color
Monochromatic Colors of #AC3627
Black with #AC3627
Text Example
Text Example
White with #AC3627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3627; }
p { color: rgb(172,54,39); }
H1.HeaderClassName
{
color: #AC3627;
}
.AnyTagClassName
{
color: #AC3627;
}
</style>
background-color css
<style>
a { background-color: #AC3627; }
a { background-color: rgb(172,54,39); }
div.DivClassName
{
background-color: #AC3627;
}
.BgClassName
{
background-color: #AC3627;
}
</style>
border-color css
<style>
span { border-color: #AC3627; }
span { border-color: rgb(172,54,39); }
td.TdClassName
{
border-color: #AC3627;
}
.TagClassName
{
border-color: #AC3627;
}
</style>