Shades of Brown #A03023
Tints of Brown #A03023
RGB
CMYK
RGB Variations
Color information
#A03023 (or 0xA03023) is known color: Brown. HEX triplet: A0, 30 and 23. RGB value is (160,48,35). Sum of RGB (Red+Green+Blue) = 160+48+35=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A03023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03023 is #5FCFDC. Grayscale: #505050. Windows color (decimal): -6279133 or 2306208. OLE color: 2306208.
HSL color Cylindrical-coordinate representation of color #A03023: hue angle of 6.24º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A03023 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 35 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.37 |
| HSL | 6.24º | 0.64% | 0.38% | - |
| HSV(B) | 6.24º | 0.78% | 0.63% | - |
| XYZ | 15.86 | 9.71 | 2.63 | - |
| YUV | 80.01 | 102.61 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 35 | 0 | 0.70 | 0.78 | 0.37 | 6.24 | 0.64 | 0.38 |
| Hex | A0 | 30 | 23 | 0 | 46 | 4E | 25 | 6 | 40 | 26 |
| Octal | 240 | 60 | 43 | 0 | 106 | 116 | 45 | 6 | 100 | 46 |
| Binary | 10100000 | 110000 | 100011 | 0 | 1000110 | 1001110 | 100101 | 110 | 1000000 | 100110 |
Color Harmonies of #A03023
Complementary color
Monochromatic Colors of #A03023
Black with #A03023
Text Example
Text Example
White with #A03023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03023; }
p { color: rgb(160,48,35); }
H1.HeaderClassName
{
color: #A03023;
}
.AnyTagClassName
{
color: #A03023;
}
</style>
background-color css
<style>
a { background-color: #A03023; }
a { background-color: rgb(160,48,35); }
div.DivClassName
{
background-color: #A03023;
}
.BgClassName
{
background-color: #A03023;
}
</style>
border-color css
<style>
span { border-color: #A03023; }
span { border-color: rgb(160,48,35); }
td.TdClassName
{
border-color: #A03023;
}
.TagClassName
{
border-color: #A03023;
}
</style>