Shades of Brown #AD2A2A
Tints of Brown #AD2A2A
RGB
CMYK
RGB Variations
Color information
#AD2A2A (or 0xAD2A2A) is known color: Brown. HEX triplet: AD, 2A and 2A. RGB value is (173,42,42). Sum of RGB (Red+Green+Blue) = 173+42+42=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2A2A is #52D5D5. Grayscale: #515151. Windows color (decimal): -5428694 or 2763437. OLE color: 2763437.
HSL color Cylindrical-coordinate representation of color #AD2A2A: hue angle of 0º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2A2A is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 42 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.32 |
| HSL | 0º | 0.61% | 0.42% | - |
| HSV(B) | 0º | 0.76% | 0.68% | - |
| XYZ | 18.48 | 10.71 | 3.28 | - |
| YUV | 81.17 | 105.9 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 42 | 0 | 0.76 | 0.76 | 0.32 | 0 | 0.61 | 0.42 |
| Hex | AD | 2A | 2A | 0 | 4C | 4C | 20 | 0 | 3D | 2A |
| Octal | 255 | 52 | 52 | 0 | 114 | 114 | 40 | 0 | 75 | 52 |
| Binary | 10101101 | 101010 | 101010 | 0 | 1001100 | 1001100 | 100000 | 0 | 111101 | 101010 |
Color Harmonies of #AD2A2A
Complementary color
Monochromatic Colors of #AD2A2A
Black with #AD2A2A
Text Example
Text Example
White with #AD2A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A2A; }
p { color: rgb(173,42,42); }
H1.HeaderClassName
{
color: #AD2A2A;
}
.AnyTagClassName
{
color: #AD2A2A;
}
</style>
background-color css
<style>
a { background-color: #AD2A2A; }
a { background-color: rgb(173,42,42); }
div.DivClassName
{
background-color: #AD2A2A;
}
.BgClassName
{
background-color: #AD2A2A;
}
</style>
border-color css
<style>
span { border-color: #AD2A2A; }
span { border-color: rgb(173,42,42); }
td.TdClassName
{
border-color: #AD2A2A;
}
.TagClassName
{
border-color: #AD2A2A;
}
</style>