Shades of Brown #AC321F
Tints of Brown #AC321F
RGB
CMYK
RGB Variations
Color information
#AC321F (or 0xAC321F) is known color: Brown. HEX triplet: AC, 32 and 1F. RGB value is (172,50,31). Sum of RGB (Red+Green+Blue) = 172+50+31=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC321F is #53CDE0. Grayscale: #545454. Windows color (decimal): -5492193 or 2044588. OLE color: 2044588.
HSL color Cylindrical-coordinate representation of color #AC321F: hue angle of 8.09º 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 #AC321F is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 31 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.33 |
| HSL | 8.09º | 0.69% | 0.4% | - |
| HSV(B) | 8.09º | 0.82% | 0.67% | - |
| XYZ | 18.4 | 11.15 | 2.48 | - |
| YUV | 84.31 | 97.92 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 31 | 0 | 0.71 | 0.82 | 0.33 | 8.09 | 0.69 | 0.4 |
| Hex | AC | 32 | 1F | 0 | 47 | 52 | 21 | 8 | 45 | 28 |
| Octal | 254 | 62 | 37 | 0 | 107 | 122 | 41 | 10 | 105 | 50 |
| Binary | 10101100 | 110010 | 11111 | 0 | 1000111 | 1010010 | 100001 | 1000 | 1000101 | 101000 |
Color Harmonies of #AC321F
Complementary color
Monochromatic Colors of #AC321F
Black with #AC321F
Text Example
Text Example
White with #AC321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC321F; }
p { color: rgb(172,50,31); }
H1.HeaderClassName
{
color: #AC321F;
}
.AnyTagClassName
{
color: #AC321F;
}
</style>
background-color css
<style>
a { background-color: #AC321F; }
a { background-color: rgb(172,50,31); }
div.DivClassName
{
background-color: #AC321F;
}
.BgClassName
{
background-color: #AC321F;
}
</style>
border-color css
<style>
span { border-color: #AC321F; }
span { border-color: rgb(172,50,31); }
td.TdClassName
{
border-color: #AC321F;
}
.TagClassName
{
border-color: #AC321F;
}
</style>