Shades of Brown #AC3423
Tints of Brown #AC3423
RGB
CMYK
RGB Variations
Color information
#AC3423 (or 0xAC3423) is known color: Brown. HEX triplet: AC, 34 and 23. RGB value is (172,52,35). Sum of RGB (Red+Green+Blue) = 172+52+35=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3423 is #53CBDC. Grayscale: #565656. Windows color (decimal): -5491677 or 2307244. OLE color: 2307244.
HSL color Cylindrical-coordinate representation of color #AC3423: hue angle of 7.45º 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 #AC3423 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 35 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.33 |
| HSL | 7.45º | 0.66% | 0.41% | - |
| HSV(B) | 7.45º | 0.8% | 0.67% | - |
| XYZ | 18.54 | 11.35 | 2.8 | - |
| YUV | 85.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 35 | 0 | 0.70 | 0.80 | 0.33 | 7.45 | 0.66 | 0.41 |
| Hex | AC | 34 | 23 | 0 | 46 | 50 | 21 | 7 | 42 | 29 |
| Octal | 254 | 64 | 43 | 0 | 106 | 120 | 41 | 7 | 102 | 51 |
| Binary | 10101100 | 110100 | 100011 | 0 | 1000110 | 1010000 | 100001 | 111 | 1000010 | 101001 |
Color Harmonies of #AC3423
Complementary color
Monochromatic Colors of #AC3423
Black with #AC3423
Text Example
Text Example
White with #AC3423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3423; }
p { color: rgb(172,52,35); }
H1.HeaderClassName
{
color: #AC3423;
}
.AnyTagClassName
{
color: #AC3423;
}
</style>
background-color css
<style>
a { background-color: #AC3423; }
a { background-color: rgb(172,52,35); }
div.DivClassName
{
background-color: #AC3423;
}
.BgClassName
{
background-color: #AC3423;
}
</style>
border-color css
<style>
span { border-color: #AC3423; }
span { border-color: rgb(172,52,35); }
td.TdClassName
{
border-color: #AC3423;
}
.TagClassName
{
border-color: #AC3423;
}
</style>