Shades of Brown #AD332C
Tints of Brown #AD332C
RGB
CMYK
RGB Variations
Color information
#AD332C (or 0xAD332C) is known color: Brown. HEX triplet: AD, 33 and 2C. RGB value is (173,51,44). Sum of RGB (Red+Green+Blue) = 173+51+44=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD332C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD332C is #52CCD3. Grayscale: #565656. Windows color (decimal): -5426388 or 2896813. OLE color: 2896813.
HSL color Cylindrical-coordinate representation of color #AD332C: hue angle of 3.26º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD332C is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 44 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.32 |
| HSL | 3.26º | 0.59% | 0.43% | - |
| HSV(B) | 3.26º | 0.75% | 0.68% | - |
| XYZ | 18.87 | 11.43 | 3.6 | - |
| YUV | 86.68 | 103.92 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 44 | 0 | 0.71 | 0.75 | 0.32 | 3.26 | 0.59 | 0.43 |
| Hex | AD | 33 | 2C | 0 | 47 | 4B | 20 | 3 | 3B | 2B |
| Octal | 255 | 63 | 54 | 0 | 107 | 113 | 40 | 3 | 73 | 53 |
| Binary | 10101101 | 110011 | 101100 | 0 | 1000111 | 1001011 | 100000 | 11 | 111011 | 101011 |
Color Harmonies of #AD332C
Complementary color
Monochromatic Colors of #AD332C
Black with #AD332C
Text Example
Text Example
White with #AD332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD332C; }
p { color: rgb(173,51,44); }
H1.HeaderClassName
{
color: #AD332C;
}
.AnyTagClassName
{
color: #AD332C;
}
</style>
background-color css
<style>
a { background-color: #AD332C; }
a { background-color: rgb(173,51,44); }
div.DivClassName
{
background-color: #AD332C;
}
.BgClassName
{
background-color: #AD332C;
}
</style>
border-color css
<style>
span { border-color: #AD332C; }
span { border-color: rgb(173,51,44); }
td.TdClassName
{
border-color: #AD332C;
}
.TagClassName
{
border-color: #AD332C;
}
</style>