Shades of Brown #A23225
Tints of Brown #A23225
RGB
CMYK
RGB Variations
Color information
#A23225 (or 0xA23225) is known color: Brown. HEX triplet: A2, 32 and 25. RGB value is (162,50,37). Sum of RGB (Red+Green+Blue) = 162+50+37=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A23225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23225 is #5DCDDA. Grayscale: #525252. Windows color (decimal): -6147547 or 2437794. OLE color: 2437794.
HSL color Cylindrical-coordinate representation of color #A23225: hue angle of 6.24º 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 #A23225 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 37 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.36 |
| HSL | 6.24º | 0.63% | 0.39% | - |
| HSV(B) | 6.24º | 0.77% | 0.64% | - |
| XYZ | 16.37 | 10.1 | 2.84 | - |
| YUV | 82.01 | 102.61 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 37 | 0 | 0.69 | 0.77 | 0.36 | 6.24 | 0.63 | 0.39 |
| Hex | A2 | 32 | 25 | 0 | 45 | 4D | 24 | 6 | 3F | 27 |
| Octal | 242 | 62 | 45 | 0 | 105 | 115 | 44 | 6 | 77 | 47 |
| Binary | 10100010 | 110010 | 100101 | 0 | 1000101 | 1001101 | 100100 | 110 | 111111 | 100111 |
Color Harmonies of #A23225
Complementary color
Monochromatic Colors of #A23225
Black with #A23225
Text Example
Text Example
White with #A23225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23225; }
p { color: rgb(162,50,37); }
H1.HeaderClassName
{
color: #A23225;
}
.AnyTagClassName
{
color: #A23225;
}
</style>
background-color css
<style>
a { background-color: #A23225; }
a { background-color: rgb(162,50,37); }
div.DivClassName
{
background-color: #A23225;
}
.BgClassName
{
background-color: #A23225;
}
</style>
border-color css
<style>
span { border-color: #A23225; }
span { border-color: rgb(162,50,37); }
td.TdClassName
{
border-color: #A23225;
}
.TagClassName
{
border-color: #A23225;
}
</style>