Shades of Brown #AD3425
Tints of Brown #AD3425
RGB
CMYK
RGB Variations
Color information
#AD3425 (or 0xAD3425) is known color: Brown. HEX triplet: AD, 34 and 25. RGB value is (173,52,37). Sum of RGB (Red+Green+Blue) = 173+52+37=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3425 is #52CBDA. Grayscale: #565656. Windows color (decimal): -5426139 or 2438317. OLE color: 2438317.
HSL color Cylindrical-coordinate representation of color #AD3425: hue angle of 6.62º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD3425 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 37 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.32 |
| HSL | 6.62º | 0.65% | 0.41% | - |
| HSV(B) | 6.62º | 0.79% | 0.68% | - |
| XYZ | 18.8 | 11.47 | 2.97 | - |
| YUV | 86.47 | 100.09 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 37 | 0 | 0.70 | 0.79 | 0.32 | 6.62 | 0.65 | 0.41 |
| Hex | AD | 34 | 25 | 0 | 46 | 4F | 20 | 7 | 41 | 29 |
| Octal | 255 | 64 | 45 | 0 | 106 | 117 | 40 | 7 | 101 | 51 |
| Binary | 10101101 | 110100 | 100101 | 0 | 1000110 | 1001111 | 100000 | 111 | 1000001 | 101001 |
Color Harmonies of #AD3425
Complementary color
Monochromatic Colors of #AD3425
Black with #AD3425
Text Example
Text Example
White with #AD3425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3425; }
p { color: rgb(173,52,37); }
H1.HeaderClassName
{
color: #AD3425;
}
.AnyTagClassName
{
color: #AD3425;
}
</style>
background-color css
<style>
a { background-color: #AD3425; }
a { background-color: rgb(173,52,37); }
div.DivClassName
{
background-color: #AD3425;
}
.BgClassName
{
background-color: #AD3425;
}
</style>
border-color css
<style>
span { border-color: #AD3425; }
span { border-color: rgb(173,52,37); }
td.TdClassName
{
border-color: #AD3425;
}
.TagClassName
{
border-color: #AD3425;
}
</style>