Shades of Brown #AC2D2D
Tints of Brown #AC2D2D
RGB
CMYK
RGB Variations
Color information
#AC2D2D (or 0xAC2D2D) is known color: Brown. HEX triplet: AC, 2D and 2D. RGB value is (172,45,45). Sum of RGB (Red+Green+Blue) = 172+45+45=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2D2D is #53D2D2. Grayscale: #535353. Windows color (decimal): -5493459 or 2960812. OLE color: 2960812.
HSL color Cylindrical-coordinate representation of color #AC2D2D: hue angle of 0º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2D2D is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 45 | 45 | - |
CMYK | 0 | 0.74 | 0.74 | 0.33 |
HSL | 0º | 0.59% | 0.43% | - |
HSV(B) | 0º | 0.74% | 0.67% | - |
XYZ | 18.43 | 10.84 | 3.6 | - |
YUV | 82.97 | 106.58 | 191.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 45 | 45 | 0 | 0.74 | 0.74 | 0.33 | 0 | 0.59 | 0.43 |
Hex | AC | 2D | 2D | 0 | 4A | 4A | 21 | 0 | 3B | 2B |
Octal | 254 | 55 | 55 | 0 | 112 | 112 | 41 | 0 | 73 | 53 |
Binary | 10101100 | 101101 | 101101 | 0 | 1001010 | 1001010 | 100001 | 0 | 111011 | 101011 |
Color Harmonies of #AC2D2D
Complementary color
Monochromatic Colors of #AC2D2D
Black with #AC2D2D
Text Example
Text Example
White with #AC2D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2D2D; }
p { color: rgb(172,45,45); }
H1.HeaderClassName
{
color: #AC2D2D;
}
.AnyTagClassName
{
color: #AC2D2D;
}
</style>
background-color css
<style>
a { background-color: #AC2D2D; }
a { background-color: rgb(172,45,45); }
div.DivClassName
{
background-color: #AC2D2D;
}
.BgClassName
{
background-color: #AC2D2D;
}
</style>
border-color css
<style>
span { border-color: #AC2D2D; }
span { border-color: rgb(172,45,45); }
td.TdClassName
{
border-color: #AC2D2D;
}
.TagClassName
{
border-color: #AC2D2D;
}
</style>