Shades of Brown #AD3626
Tints of Brown #AD3626
RGB
CMYK
RGB Variations
Color information
#AD3626 (or 0xAD3626) is known color: Brown. HEX triplet: AD, 36 and 26. RGB value is (173,54,38). Sum of RGB (Red+Green+Blue) = 173+54+38=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3626 is #52C9D9. Grayscale: #575757. Windows color (decimal): -5425626 or 2504365. OLE color: 2504365.
HSL color Cylindrical-coordinate representation of color #AD3626: hue angle of 7.11º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD3626 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 38 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.32 |
| HSL | 7.11º | 0.64% | 0.41% | - |
| HSV(B) | 7.11º | 0.78% | 0.68% | - |
| XYZ | 18.9 | 11.66 | 3.09 | - |
| YUV | 87.76 | 99.92 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 38 | 0 | 0.69 | 0.78 | 0.32 | 7.11 | 0.64 | 0.41 |
| Hex | AD | 36 | 26 | 0 | 45 | 4E | 20 | 7 | 40 | 29 |
| Octal | 255 | 66 | 46 | 0 | 105 | 116 | 40 | 7 | 100 | 51 |
| Binary | 10101101 | 110110 | 100110 | 0 | 1000101 | 1001110 | 100000 | 111 | 1000000 | 101001 |
Color Harmonies of #AD3626
Complementary color
Monochromatic Colors of #AD3626
Black with #AD3626
Text Example
Text Example
White with #AD3626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3626; }
p { color: rgb(173,54,38); }
H1.HeaderClassName
{
color: #AD3626;
}
.AnyTagClassName
{
color: #AD3626;
}
</style>
background-color css
<style>
a { background-color: #AD3626; }
a { background-color: rgb(173,54,38); }
div.DivClassName
{
background-color: #AD3626;
}
.BgClassName
{
background-color: #AD3626;
}
</style>
border-color css
<style>
span { border-color: #AD3626; }
span { border-color: rgb(173,54,38); }
td.TdClassName
{
border-color: #AD3626;
}
.TagClassName
{
border-color: #AD3626;
}
</style>