Shades of Brown #A02D25
Tints of Brown #A02D25
RGB
CMYK
RGB Variations
Color information
#A02D25 (or 0xA02D25) is known color: Brown. HEX triplet: A0, 2D and 25. RGB value is (160,45,37). Sum of RGB (Red+Green+Blue) = 160+45+37=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02D25 is #5FD2DA. Grayscale: #4E4E4E. Windows color (decimal): -6279899 or 2436512. OLE color: 2436512.
HSL color Cylindrical-coordinate representation of color #A02D25: hue angle of 3.9º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02D25 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 45 | 37 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.37 |
| HSL | 3.9º | 0.62% | 0.39% | - |
| HSV(B) | 3.9º | 0.77% | 0.63% | - |
| XYZ | 15.77 | 9.48 | 2.75 | - |
| YUV | 78.47 | 104.6 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 37 | 0 | 0.72 | 0.77 | 0.37 | 3.9 | 0.62 | 0.39 |
| Hex | A0 | 2D | 25 | 0 | 48 | 4D | 25 | 4 | 3E | 27 |
| Octal | 240 | 55 | 45 | 0 | 110 | 115 | 45 | 4 | 76 | 47 |
| Binary | 10100000 | 101101 | 100101 | 0 | 1001000 | 1001101 | 100101 | 100 | 111110 | 100111 |
Color Harmonies of #A02D25
Complementary color
Monochromatic Colors of #A02D25
Black with #A02D25
Text Example
Text Example
White with #A02D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02D25; }
p { color: rgb(160,45,37); }
H1.HeaderClassName
{
color: #A02D25;
}
.AnyTagClassName
{
color: #A02D25;
}
</style>
background-color css
<style>
a { background-color: #A02D25; }
a { background-color: rgb(160,45,37); }
div.DivClassName
{
background-color: #A02D25;
}
.BgClassName
{
background-color: #A02D25;
}
</style>
border-color css
<style>
span { border-color: #A02D25; }
span { border-color: rgb(160,45,37); }
td.TdClassName
{
border-color: #A02D25;
}
.TagClassName
{
border-color: #A02D25;
}
</style>