Shades of Brown #A23025
Tints of Brown #A23025
RGB
CMYK
RGB Variations
Color information
#A23025 (or 0xA23025) is known color: Brown. HEX triplet: A2, 30 and 25. RGB value is (162,48,37). Sum of RGB (Red+Green+Blue) = 162+48+37=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A23025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23025 is #5DCFDA. Grayscale: #505050. Windows color (decimal): -6148059 or 2437282. OLE color: 2437282.
HSL color Cylindrical-coordinate representation of color #A23025: hue angle of 5.28º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A23025 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 48 | 37 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.36 |
| HSL | 5.28º | 0.63% | 0.39% | - |
| HSV(B) | 5.28º | 0.77% | 0.64% | - |
| XYZ | 16.29 | 9.93 | 2.81 | - |
| YUV | 80.83 | 103.27 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 37 | 0 | 0.70 | 0.77 | 0.36 | 5.28 | 0.63 | 0.39 |
| Hex | A2 | 30 | 25 | 0 | 46 | 4D | 24 | 5 | 3F | 27 |
| Octal | 242 | 60 | 45 | 0 | 106 | 115 | 44 | 5 | 77 | 47 |
| Binary | 10100010 | 110000 | 100101 | 0 | 1000110 | 1001101 | 100100 | 101 | 111111 | 100111 |
Color Harmonies of #A23025
Complementary color
Monochromatic Colors of #A23025
Black with #A23025
Text Example
Text Example
White with #A23025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23025; }
p { color: rgb(162,48,37); }
H1.HeaderClassName
{
color: #A23025;
}
.AnyTagClassName
{
color: #A23025;
}
</style>
background-color css
<style>
a { background-color: #A23025; }
a { background-color: rgb(162,48,37); }
div.DivClassName
{
background-color: #A23025;
}
.BgClassName
{
background-color: #A23025;
}
</style>
border-color css
<style>
span { border-color: #A23025; }
span { border-color: rgb(162,48,37); }
td.TdClassName
{
border-color: #A23025;
}
.TagClassName
{
border-color: #A23025;
}
</style>