Shades of Brown #AD2B25
Tints of Brown #AD2B25
RGB
CMYK
RGB Variations
Color information
#AD2B25 (or 0xAD2B25) is known color: Brown. HEX triplet: AD, 2B and 25. RGB value is (173,43,37). Sum of RGB (Red+Green+Blue) = 173+43+37=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B25 is #52D4DA. Grayscale: #515151. Windows color (decimal): -5428443 or 2436013. OLE color: 2436013.
HSL color Cylindrical-coordinate representation of color #AD2B25: hue angle of 2.65º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2B25 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 37 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.32 |
| HSL | 2.65º | 0.65% | 0.41% | - |
| HSV(B) | 2.65º | 0.79% | 0.68% | - |
| XYZ | 18.43 | 10.75 | 2.85 | - |
| YUV | 81.19 | 103.07 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 37 | 0 | 0.75 | 0.79 | 0.32 | 2.65 | 0.65 | 0.41 |
| Hex | AD | 2B | 25 | 0 | 4B | 4F | 20 | 3 | 41 | 29 |
| Octal | 255 | 53 | 45 | 0 | 113 | 117 | 40 | 3 | 101 | 51 |
| Binary | 10101101 | 101011 | 100101 | 0 | 1001011 | 1001111 | 100000 | 11 | 1000001 | 101001 |
Color Harmonies of #AD2B25
Complementary color
Monochromatic Colors of #AD2B25
Black with #AD2B25
Text Example
Text Example
White with #AD2B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B25; }
p { color: rgb(173,43,37); }
H1.HeaderClassName
{
color: #AD2B25;
}
.AnyTagClassName
{
color: #AD2B25;
}
</style>
background-color css
<style>
a { background-color: #AD2B25; }
a { background-color: rgb(173,43,37); }
div.DivClassName
{
background-color: #AD2B25;
}
.BgClassName
{
background-color: #AD2B25;
}
</style>
border-color css
<style>
span { border-color: #AD2B25; }
span { border-color: rgb(173,43,37); }
td.TdClassName
{
border-color: #AD2B25;
}
.TagClassName
{
border-color: #AD2B25;
}
</style>