Shades of Brown #AD332A
Tints of Brown #AD332A
RGB
CMYK
RGB Variations
Color information
#AD332A (or 0xAD332A) is known color: Brown. HEX triplet: AD, 33 and 2A. RGB value is (173,51,42). Sum of RGB (Red+Green+Blue) = 173+51+42=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD332A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD332A is #52CCD5. Grayscale: #565656. Windows color (decimal): -5426390 or 2765741. OLE color: 2765741.
HSL color Cylindrical-coordinate representation of color #AD332A: hue angle of 4.12º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD332A is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 42 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.32 |
| HSL | 4.12º | 0.61% | 0.42% | - |
| HSV(B) | 4.12º | 0.76% | 0.68% | - |
| XYZ | 18.84 | 11.42 | 3.4 | - |
| YUV | 86.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 42 | 0 | 0.71 | 0.76 | 0.32 | 4.12 | 0.61 | 0.42 |
| Hex | AD | 33 | 2A | 0 | 47 | 4C | 20 | 4 | 3D | 2A |
| Octal | 255 | 63 | 52 | 0 | 107 | 114 | 40 | 4 | 75 | 52 |
| Binary | 10101101 | 110011 | 101010 | 0 | 1000111 | 1001100 | 100000 | 100 | 111101 | 101010 |
Color Harmonies of #AD332A
Complementary color
Monochromatic Colors of #AD332A
Black with #AD332A
Text Example
Text Example
White with #AD332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD332A; }
p { color: rgb(173,51,42); }
H1.HeaderClassName
{
color: #AD332A;
}
.AnyTagClassName
{
color: #AD332A;
}
</style>
background-color css
<style>
a { background-color: #AD332A; }
a { background-color: rgb(173,51,42); }
div.DivClassName
{
background-color: #AD332A;
}
.BgClassName
{
background-color: #AD332A;
}
</style>
border-color css
<style>
span { border-color: #AD332A; }
span { border-color: rgb(173,51,42); }
td.TdClassName
{
border-color: #AD332A;
}
.TagClassName
{
border-color: #AD332A;
}
</style>