Shades of Brown #AD2B27
Tints of Brown #AD2B27
RGB
CMYK
RGB Variations
Color information
#AD2B27 (or 0xAD2B27) is known color: Brown. HEX triplet: AD, 2B and 27. RGB value is (173,43,39). Sum of RGB (Red+Green+Blue) = 173+43+39=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B27 is #52D4D8. Grayscale: #515151. Windows color (decimal): -5428441 or 2567085. OLE color: 2567085.
HSL color Cylindrical-coordinate representation of color #AD2B27: hue angle of 1.79º 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 #AD2B27 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 39 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.32 |
| HSL | 1.79º | 0.63% | 0.42% | - |
| HSV(B) | 1.79º | 0.77% | 0.68% | - |
| XYZ | 18.46 | 10.76 | 3.02 | - |
| YUV | 81.41 | 104.07 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 39 | 0 | 0.75 | 0.77 | 0.32 | 1.79 | 0.63 | 0.42 |
| Hex | AD | 2B | 27 | 0 | 4B | 4D | 20 | 2 | 3F | 2A |
| Octal | 255 | 53 | 47 | 0 | 113 | 115 | 40 | 2 | 77 | 52 |
| Binary | 10101101 | 101011 | 100111 | 0 | 1001011 | 1001101 | 100000 | 10 | 111111 | 101010 |
Color Harmonies of #AD2B27
Complementary color
Monochromatic Colors of #AD2B27
Black with #AD2B27
Text Example
Text Example
White with #AD2B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B27; }
p { color: rgb(173,43,39); }
H1.HeaderClassName
{
color: #AD2B27;
}
.AnyTagClassName
{
color: #AD2B27;
}
</style>
background-color css
<style>
a { background-color: #AD2B27; }
a { background-color: rgb(173,43,39); }
div.DivClassName
{
background-color: #AD2B27;
}
.BgClassName
{
background-color: #AD2B27;
}
</style>
border-color css
<style>
span { border-color: #AD2B27; }
span { border-color: rgb(173,43,39); }
td.TdClassName
{
border-color: #AD2B27;
}
.TagClassName
{
border-color: #AD2B27;
}
</style>