Shades of Brown #AC3223
Tints of Brown #AC3223
RGB
CMYK
RGB Variations
Color information
#AC3223 (or 0xAC3223) is known color: Brown. HEX triplet: AC, 32 and 23. RGB value is (172,50,35). Sum of RGB (Red+Green+Blue) = 172+50+35=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3223 is #53CDDC. Grayscale: #545454. Windows color (decimal): -5492189 or 2306732. OLE color: 2306732.
HSL color Cylindrical-coordinate representation of color #AC3223: hue angle of 6.57º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC3223 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 35 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.33 |
| HSL | 6.57º | 0.66% | 0.41% | - |
| HSV(B) | 6.57º | 0.8% | 0.67% | - |
| XYZ | 18.46 | 11.17 | 2.77 | - |
| YUV | 84.77 | 99.92 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 35 | 0 | 0.71 | 0.80 | 0.33 | 6.57 | 0.66 | 0.41 |
| Hex | AC | 32 | 23 | 0 | 47 | 50 | 21 | 7 | 42 | 29 |
| Octal | 254 | 62 | 43 | 0 | 107 | 120 | 41 | 7 | 102 | 51 |
| Binary | 10101100 | 110010 | 100011 | 0 | 1000111 | 1010000 | 100001 | 111 | 1000010 | 101001 |
Color Harmonies of #AC3223
Complementary color
Monochromatic Colors of #AC3223
Black with #AC3223
Text Example
Text Example
White with #AC3223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3223; }
p { color: rgb(172,50,35); }
H1.HeaderClassName
{
color: #AC3223;
}
.AnyTagClassName
{
color: #AC3223;
}
</style>
background-color css
<style>
a { background-color: #AC3223; }
a { background-color: rgb(172,50,35); }
div.DivClassName
{
background-color: #AC3223;
}
.BgClassName
{
background-color: #AC3223;
}
</style>
border-color css
<style>
span { border-color: #AC3223; }
span { border-color: rgb(172,50,35); }
td.TdClassName
{
border-color: #AC3223;
}
.TagClassName
{
border-color: #AC3223;
}
</style>