Shades of Brown #AD332E
Tints of Brown #AD332E
RGB
CMYK
RGB Variations
Color information
#AD332E (or 0xAD332E) is known color: Brown. HEX triplet: AD, 33 and 2E. RGB value is (173,51,46). Sum of RGB (Red+Green+Blue) = 173+51+46=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD332E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD332E is #52CCD1. Grayscale: #575757. Windows color (decimal): -5426386 or 3027885. OLE color: 3027885.
HSL color Cylindrical-coordinate representation of color #AD332E: hue angle of 2.36º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD332E is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 46 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.32 |
| HSL | 2.36º | 0.58% | 0.43% | - |
| HSV(B) | 2.36º | 0.73% | 0.68% | - |
| XYZ | 18.91 | 11.45 | 3.8 | - |
| YUV | 86.91 | 104.92 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 46 | 0 | 0.71 | 0.73 | 0.32 | 2.36 | 0.58 | 0.43 |
| Hex | AD | 33 | 2E | 0 | 47 | 49 | 20 | 2 | 3A | 2B |
| Octal | 255 | 63 | 56 | 0 | 107 | 111 | 40 | 2 | 72 | 53 |
| Binary | 10101101 | 110011 | 101110 | 0 | 1000111 | 1001001 | 100000 | 10 | 111010 | 101011 |
Color Harmonies of #AD332E
Complementary color
Monochromatic Colors of #AD332E
Black with #AD332E
Text Example
Text Example
White with #AD332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD332E; }
p { color: rgb(173,51,46); }
H1.HeaderClassName
{
color: #AD332E;
}
.AnyTagClassName
{
color: #AD332E;
}
</style>
background-color css
<style>
a { background-color: #AD332E; }
a { background-color: rgb(173,51,46); }
div.DivClassName
{
background-color: #AD332E;
}
.BgClassName
{
background-color: #AD332E;
}
</style>
border-color css
<style>
span { border-color: #AD332E; }
span { border-color: rgb(173,51,46); }
td.TdClassName
{
border-color: #AD332E;
}
.TagClassName
{
border-color: #AD332E;
}
</style>