Shades of Brown #AD3227
Tints of Brown #AD3227
RGB
CMYK
RGB Variations
Color information
#AD3227 (or 0xAD3227) is known color: Brown. HEX triplet: AD, 32 and 27. RGB value is (173,50,39). Sum of RGB (Red+Green+Blue) = 173+50+39=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3227 is #52CDD8. Grayscale: #555555. Windows color (decimal): -5426649 or 2568877. OLE color: 2568877.
HSL color Cylindrical-coordinate representation of color #AD3227: hue angle of 4.93º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD3227 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 39 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.32 |
| HSL | 4.93º | 0.63% | 0.42% | - |
| HSV(B) | 4.93º | 0.77% | 0.68% | - |
| XYZ | 18.74 | 11.31 | 3.12 | - |
| YUV | 85.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 39 | 0 | 0.71 | 0.77 | 0.32 | 4.93 | 0.63 | 0.42 |
| Hex | AD | 32 | 27 | 0 | 47 | 4D | 20 | 5 | 3F | 2A |
| Octal | 255 | 62 | 47 | 0 | 107 | 115 | 40 | 5 | 77 | 52 |
| Binary | 10101101 | 110010 | 100111 | 0 | 1000111 | 1001101 | 100000 | 101 | 111111 | 101010 |
Color Harmonies of #AD3227
Complementary color
Monochromatic Colors of #AD3227
Black with #AD3227
Text Example
Text Example
White with #AD3227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3227; }
p { color: rgb(173,50,39); }
H1.HeaderClassName
{
color: #AD3227;
}
.AnyTagClassName
{
color: #AD3227;
}
</style>
background-color css
<style>
a { background-color: #AD3227; }
a { background-color: rgb(173,50,39); }
div.DivClassName
{
background-color: #AD3227;
}
.BgClassName
{
background-color: #AD3227;
}
</style>
border-color css
<style>
span { border-color: #AD3227; }
span { border-color: rgb(173,50,39); }
td.TdClassName
{
border-color: #AD3227;
}
.TagClassName
{
border-color: #AD3227;
}
</style>