Shades of Brown #A23219
Tints of Brown #A23219
RGB
CMYK
RGB Variations
Color information
#A23219 (or 0xA23219) is known color: Brown. HEX triplet: A2, 32 and 19. RGB value is (162,50,25). Sum of RGB (Red+Green+Blue) = 162+50+25=237 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.35% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 162 - color contains mainly: red. Hex color #A23219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23219 is #5DCDE6. Grayscale: #505050. Windows color (decimal): -6147559 or 1651362. OLE color: 1651362.
HSL color Cylindrical-coordinate representation of color #A23219: hue angle of 10.95º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A23219 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 25 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.36 |
| HSL | 10.95º | 0.73% | 0.37% | - |
| HSV(B) | 10.95º | 0.85% | 0.64% | - |
| XYZ | 16.22 | 10.03 | 2 | - |
| YUV | 80.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 25 | 0 | 0.69 | 0.85 | 0.36 | 10.95 | 0.73 | 0.37 |
| Hex | A2 | 32 | 19 | 0 | 45 | 55 | 24 | B | 49 | 25 |
| Octal | 242 | 62 | 31 | 0 | 105 | 125 | 44 | 13 | 111 | 45 |
| Binary | 10100010 | 110010 | 11001 | 0 | 1000101 | 1010101 | 100100 | 1011 | 1001001 | 100101 |
Color Harmonies of #A23219
Complementary color
Monochromatic Colors of #A23219
Black with #A23219
Text Example
Text Example
White with #A23219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23219; }
p { color: rgb(162,50,25); }
H1.HeaderClassName
{
color: #A23219;
}
.AnyTagClassName
{
color: #A23219;
}
</style>
background-color css
<style>
a { background-color: #A23219; }
a { background-color: rgb(162,50,25); }
div.DivClassName
{
background-color: #A23219;
}
.BgClassName
{
background-color: #A23219;
}
</style>
border-color css
<style>
span { border-color: #A23219; }
span { border-color: rgb(162,50,25); }
td.TdClassName
{
border-color: #A23219;
}
.TagClassName
{
border-color: #A23219;
}
</style>