Shades of Brown #A02E2D
Tints of Brown #A02E2D
RGB
CMYK
RGB Variations
Color information
#A02E2D (or 0xA02E2D) is known color: Brown. HEX triplet: A0, 2E and 2D. RGB value is (160,46,45). Sum of RGB (Red+Green+Blue) = 160+46+45=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A02E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02E2D is #5FD1D2. Grayscale: #505050. Windows color (decimal): -6279635 or 2961056. OLE color: 2961056.
HSL color Cylindrical-coordinate representation of color #A02E2D: hue angle of 0.52º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A02E2D is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 46 | 45 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.37 |
| HSL | 0.52º | 0.56% | 0.4% | - |
| HSV(B) | 0.52º | 0.72% | 0.63% | - |
| XYZ | 15.95 | 9.62 | 3.5 | - |
| YUV | 79.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 45 | 0 | 0.71 | 0.72 | 0.37 | 0.52 | 0.56 | 0.4 |
| Hex | A0 | 2E | 2D | 0 | 47 | 48 | 25 | 1 | 38 | 28 |
| Octal | 240 | 56 | 55 | 0 | 107 | 110 | 45 | 1 | 70 | 50 |
| Binary | 10100000 | 101110 | 101101 | 0 | 1000111 | 1001000 | 100101 | 1 | 111000 | 101000 |
Color Harmonies of #A02E2D
Complementary color
Monochromatic Colors of #A02E2D
Black with #A02E2D
Text Example
Text Example
White with #A02E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02E2D; }
p { color: rgb(160,46,45); }
H1.HeaderClassName
{
color: #A02E2D;
}
.AnyTagClassName
{
color: #A02E2D;
}
</style>
background-color css
<style>
a { background-color: #A02E2D; }
a { background-color: rgb(160,46,45); }
div.DivClassName
{
background-color: #A02E2D;
}
.BgClassName
{
background-color: #A02E2D;
}
</style>
border-color css
<style>
span { border-color: #A02E2D; }
span { border-color: rgb(160,46,45); }
td.TdClassName
{
border-color: #A02E2D;
}
.TagClassName
{
border-color: #A02E2D;
}
</style>