Shades of Brown #AC351F
Tints of Brown #AC351F
RGB
CMYK
RGB Variations
Color information
#AC351F (or 0xAC351F) is known color: Brown. HEX triplet: AC, 35 and 1F. RGB value is (172,53,31). Sum of RGB (Red+Green+Blue) = 172+53+31=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC351F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC351F is #53CAE0. Grayscale: #565656. Windows color (decimal): -5491425 or 2045356. OLE color: 2045356.
HSL color Cylindrical-coordinate representation of color #AC351F: hue angle of 9.36º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC351F is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 31 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.33 |
| HSL | 9.36º | 0.69% | 0.4% | - |
| HSV(B) | 9.36º | 0.82% | 0.67% | - |
| XYZ | 18.53 | 11.42 | 2.52 | - |
| YUV | 86.07 | 96.92 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 31 | 0 | 0.69 | 0.82 | 0.33 | 9.36 | 0.69 | 0.4 |
| Hex | AC | 35 | 1F | 0 | 45 | 52 | 21 | 9 | 45 | 28 |
| Octal | 254 | 65 | 37 | 0 | 105 | 122 | 41 | 11 | 105 | 50 |
| Binary | 10101100 | 110101 | 11111 | 0 | 1000101 | 1010010 | 100001 | 1001 | 1000101 | 101000 |
Color Harmonies of #AC351F
Complementary color
Monochromatic Colors of #AC351F
Black with #AC351F
Text Example
Text Example
White with #AC351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC351F; }
p { color: rgb(172,53,31); }
H1.HeaderClassName
{
color: #AC351F;
}
.AnyTagClassName
{
color: #AC351F;
}
</style>
background-color css
<style>
a { background-color: #AC351F; }
a { background-color: rgb(172,53,31); }
div.DivClassName
{
background-color: #AC351F;
}
.BgClassName
{
background-color: #AC351F;
}
</style>
border-color css
<style>
span { border-color: #AC351F; }
span { border-color: rgb(172,53,31); }
td.TdClassName
{
border-color: #AC351F;
}
.TagClassName
{
border-color: #AC351F;
}
</style>