Shades of Brown #AD3722
Tints of Brown #AD3722
RGB
CMYK
RGB Variations
Color information
#AD3722 (or 0xAD3722) is known color: Brown. HEX triplet: AD, 37 and 22. RGB value is (173,55,34). Sum of RGB (Red+Green+Blue) = 173+55+34=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3722 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3722 is #52C8DD. Grayscale: #585858. Windows color (decimal): -5425374 or 2242477. OLE color: 2242477.
HSL color Cylindrical-coordinate representation of color #AD3722: hue angle of 9.06º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD3722 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 34 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.32 |
| HSL | 9.06º | 0.67% | 0.41% | - |
| HSV(B) | 9.06º | 0.8% | 0.68% | - |
| XYZ | 18.89 | 11.73 | 2.78 | - |
| YUV | 87.89 | 97.59 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 34 | 0 | 0.68 | 0.80 | 0.32 | 9.06 | 0.67 | 0.41 |
| Hex | AD | 37 | 22 | 0 | 44 | 50 | 20 | 9 | 43 | 29 |
| Octal | 255 | 67 | 42 | 0 | 104 | 120 | 40 | 11 | 103 | 51 |
| Binary | 10101101 | 110111 | 100010 | 0 | 1000100 | 1010000 | 100000 | 1001 | 1000011 | 101001 |
Color Harmonies of #AD3722
Complementary color
Monochromatic Colors of #AD3722
Black with #AD3722
Text Example
Text Example
White with #AD3722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3722; }
p { color: rgb(173,55,34); }
H1.HeaderClassName
{
color: #AD3722;
}
.AnyTagClassName
{
color: #AD3722;
}
</style>
background-color css
<style>
a { background-color: #AD3722; }
a { background-color: rgb(173,55,34); }
div.DivClassName
{
background-color: #AD3722;
}
.BgClassName
{
background-color: #AD3722;
}
</style>
border-color css
<style>
span { border-color: #AD3722; }
span { border-color: rgb(173,55,34); }
td.TdClassName
{
border-color: #AD3722;
}
.TagClassName
{
border-color: #AD3722;
}
</style>