Shades of Brown #A02E1D
Tints of Brown #A02E1D
RGB
CMYK
RGB Variations
Color information
#A02E1D (or 0xA02E1D) is known color: Brown. HEX triplet: A0, 2E and 1D. RGB value is (160,46,29). Sum of RGB (Red+Green+Blue) = 160+46+29=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A02E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02E1D is #5FD1E2. Grayscale: #4E4E4E. Windows color (decimal): -6279651 or 1912480. OLE color: 1912480.
HSL color Cylindrical-coordinate representation of color #A02E1D: hue angle of 7.79º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A02E1D is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 46 | 29 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.37 |
| HSL | 7.79º | 0.69% | 0.37% | - |
| HSV(B) | 7.79º | 0.82% | 0.63% | - |
| XYZ | 15.7 | 9.52 | 2.17 | - |
| YUV | 78.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 29 | 0 | 0.71 | 0.82 | 0.37 | 7.79 | 0.69 | 0.37 |
| Hex | A0 | 2E | 1D | 0 | 47 | 52 | 25 | 8 | 45 | 25 |
| Octal | 240 | 56 | 35 | 0 | 107 | 122 | 45 | 10 | 105 | 45 |
| Binary | 10100000 | 101110 | 11101 | 0 | 1000111 | 1010010 | 100101 | 1000 | 1000101 | 100101 |
Color Harmonies of #A02E1D
Complementary color
Monochromatic Colors of #A02E1D
Black with #A02E1D
Text Example
Text Example
White with #A02E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02E1D; }
p { color: rgb(160,46,29); }
H1.HeaderClassName
{
color: #A02E1D;
}
.AnyTagClassName
{
color: #A02E1D;
}
</style>
background-color css
<style>
a { background-color: #A02E1D; }
a { background-color: rgb(160,46,29); }
div.DivClassName
{
background-color: #A02E1D;
}
.BgClassName
{
background-color: #A02E1D;
}
</style>
border-color css
<style>
span { border-color: #A02E1D; }
span { border-color: rgb(160,46,29); }
td.TdClassName
{
border-color: #A02E1D;
}
.TagClassName
{
border-color: #A02E1D;
}
</style>