Shades of Brown #AD352A
Tints of Brown #AD352A
RGB
CMYK
RGB Variations
Color information
#AD352A (or 0xAD352A) is known color: Brown. HEX triplet: AD, 35 and 2A. RGB value is (173,53,42). Sum of RGB (Red+Green+Blue) = 173+53+42=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD352A is #52CAD5. Grayscale: #575757. Windows color (decimal): -5425878 or 2766253. OLE color: 2766253.
HSL color Cylindrical-coordinate representation of color #AD352A: hue angle of 5.04º 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 #AD352A is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 42 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.32 |
| HSL | 5.04º | 0.61% | 0.42% | - |
| HSV(B) | 5.04º | 0.76% | 0.68% | - |
| XYZ | 18.92 | 11.6 | 3.43 | - |
| YUV | 87.63 | 102.26 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 42 | 0 | 0.69 | 0.76 | 0.32 | 5.04 | 0.61 | 0.42 |
| Hex | AD | 35 | 2A | 0 | 45 | 4C | 20 | 5 | 3D | 2A |
| Octal | 255 | 65 | 52 | 0 | 105 | 114 | 40 | 5 | 75 | 52 |
| Binary | 10101101 | 110101 | 101010 | 0 | 1000101 | 1001100 | 100000 | 101 | 111101 | 101010 |
Color Harmonies of #AD352A
Complementary color
Monochromatic Colors of #AD352A
Black with #AD352A
Text Example
Text Example
White with #AD352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD352A; }
p { color: rgb(173,53,42); }
H1.HeaderClassName
{
color: #AD352A;
}
.AnyTagClassName
{
color: #AD352A;
}
</style>
background-color css
<style>
a { background-color: #AD352A; }
a { background-color: rgb(173,53,42); }
div.DivClassName
{
background-color: #AD352A;
}
.BgClassName
{
background-color: #AD352A;
}
</style>
border-color css
<style>
span { border-color: #AD352A; }
span { border-color: rgb(173,53,42); }
td.TdClassName
{
border-color: #AD352A;
}
.TagClassName
{
border-color: #AD352A;
}
</style>