Shades of Brown #AD332F
Tints of Brown #AD332F
RGB
CMYK
RGB Variations
Color information
#AD332F (or 0xAD332F) is known color: Brown. HEX triplet: AD, 33 and 2F. RGB value is (173,51,47). Sum of RGB (Red+Green+Blue) = 173+51+47=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD332F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD332F is #52CCD0. Grayscale: #575757. Windows color (decimal): -5426385 or 3093421. OLE color: 3093421.
HSL color Cylindrical-coordinate representation of color #AD332F: hue angle of 1.9º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD332F is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 47 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.32 |
| HSL | 1.9º | 0.57% | 0.43% | - |
| HSV(B) | 1.9º | 0.73% | 0.68% | - |
| XYZ | 18.93 | 11.46 | 3.9 | - |
| YUV | 87.02 | 105.42 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 47 | 0 | 0.71 | 0.73 | 0.32 | 1.9 | 0.57 | 0.43 |
| Hex | AD | 33 | 2F | 0 | 47 | 49 | 20 | 2 | 39 | 2B |
| Octal | 255 | 63 | 57 | 0 | 107 | 111 | 40 | 2 | 71 | 53 |
| Binary | 10101101 | 110011 | 101111 | 0 | 1000111 | 1001001 | 100000 | 10 | 111001 | 101011 |
Color Harmonies of #AD332F
Complementary color
Monochromatic Colors of #AD332F
Black with #AD332F
Text Example
Text Example
White with #AD332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD332F; }
p { color: rgb(173,51,47); }
H1.HeaderClassName
{
color: #AD332F;
}
.AnyTagClassName
{
color: #AD332F;
}
</style>
background-color css
<style>
a { background-color: #AD332F; }
a { background-color: rgb(173,51,47); }
div.DivClassName
{
background-color: #AD332F;
}
.BgClassName
{
background-color: #AD332F;
}
</style>
border-color css
<style>
span { border-color: #AD332F; }
span { border-color: rgb(173,51,47); }
td.TdClassName
{
border-color: #AD332F;
}
.TagClassName
{
border-color: #AD332F;
}
</style>