Shades of Brown #AD342B
Tints of Brown #AD342B
RGB
CMYK
RGB Variations
Color information
#AD342B (or 0xAD342B) is known color: Brown. HEX triplet: AD, 34 and 2B. RGB value is (173,52,43). Sum of RGB (Red+Green+Blue) = 173+52+43=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD342B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD342B is #52CBD4. Grayscale: #575757. Windows color (decimal): -5426133 or 2831533. OLE color: 2831533.
HSL color Cylindrical-coordinate representation of color #AD342B: hue angle of 4.15º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD342B is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 43 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.32 |
| HSL | 4.15º | 0.6% | 0.42% | - |
| HSV(B) | 4.15º | 0.75% | 0.68% | - |
| XYZ | 18.9 | 11.51 | 3.51 | - |
| YUV | 87.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 43 | 0 | 0.70 | 0.75 | 0.32 | 4.15 | 0.6 | 0.42 |
| Hex | AD | 34 | 2B | 0 | 46 | 4B | 20 | 4 | 3C | 2A |
| Octal | 255 | 64 | 53 | 0 | 106 | 113 | 40 | 4 | 74 | 52 |
| Binary | 10101101 | 110100 | 101011 | 0 | 1000110 | 1001011 | 100000 | 100 | 111100 | 101010 |
Color Harmonies of #AD342B
Complementary color
Monochromatic Colors of #AD342B
Black with #AD342B
Text Example
Text Example
White with #AD342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD342B; }
p { color: rgb(173,52,43); }
H1.HeaderClassName
{
color: #AD342B;
}
.AnyTagClassName
{
color: #AD342B;
}
</style>
background-color css
<style>
a { background-color: #AD342B; }
a { background-color: rgb(173,52,43); }
div.DivClassName
{
background-color: #AD342B;
}
.BgClassName
{
background-color: #AD342B;
}
</style>
border-color css
<style>
span { border-color: #AD342B; }
span { border-color: rgb(173,52,43); }
td.TdClassName
{
border-color: #AD342B;
}
.TagClassName
{
border-color: #AD342B;
}
</style>