Shades of Brown #AC341F
Tints of Brown #AC341F
RGB
CMYK
RGB Variations
Color information
#AC341F (or 0xAC341F) is known color: Brown. HEX triplet: AC, 34 and 1F. RGB value is (172,52,31). Sum of RGB (Red+Green+Blue) = 172+52+31=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC341F is #53CBE0. Grayscale: #555555. Windows color (decimal): -5491681 or 2045100. OLE color: 2045100.
HSL color Cylindrical-coordinate representation of color #AC341F: hue angle of 8.94º 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 #AC341F is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 31 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.33 |
| HSL | 8.94º | 0.69% | 0.4% | - |
| HSV(B) | 8.94º | 0.82% | 0.67% | - |
| XYZ | 18.49 | 11.33 | 2.51 | - |
| YUV | 85.49 | 97.26 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 31 | 0 | 0.70 | 0.82 | 0.33 | 8.94 | 0.69 | 0.4 |
| Hex | AC | 34 | 1F | 0 | 46 | 52 | 21 | 9 | 45 | 28 |
| Octal | 254 | 64 | 37 | 0 | 106 | 122 | 41 | 11 | 105 | 50 |
| Binary | 10101100 | 110100 | 11111 | 0 | 1000110 | 1010010 | 100001 | 1001 | 1000101 | 101000 |
Color Harmonies of #AC341F
Complementary color
Monochromatic Colors of #AC341F
Black with #AC341F
Text Example
Text Example
White with #AC341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC341F; }
p { color: rgb(172,52,31); }
H1.HeaderClassName
{
color: #AC341F;
}
.AnyTagClassName
{
color: #AC341F;
}
</style>
background-color css
<style>
a { background-color: #AC341F; }
a { background-color: rgb(172,52,31); }
div.DivClassName
{
background-color: #AC341F;
}
.BgClassName
{
background-color: #AC341F;
}
</style>
border-color css
<style>
span { border-color: #AC341F; }
span { border-color: rgb(172,52,31); }
td.TdClassName
{
border-color: #AC341F;
}
.TagClassName
{
border-color: #AC341F;
}
</style>