Shades of Brown #A32D23
Tints of Brown #A32D23
RGB
CMYK
RGB Variations
Color information
#A32D23 (or 0xA32D23) is known color: Brown. HEX triplet: A3, 2D and 23. RGB value is (163,45,35). Sum of RGB (Red+Green+Blue) = 163+45+35=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32D23 is #5CD2DC. Grayscale: #4F4F4F. Windows color (decimal): -6083293 or 2305443. OLE color: 2305443.
HSL color Cylindrical-coordinate representation of color #A32D23: hue angle of 4.69º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32D23 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 45 | 35 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.36 |
| HSL | 4.69º | 0.65% | 0.39% | - |
| HSV(B) | 4.69º | 0.79% | 0.64% | - |
| XYZ | 16.35 | 9.78 | 2.62 | - |
| YUV | 79.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 35 | 0 | 0.72 | 0.79 | 0.36 | 4.69 | 0.65 | 0.39 |
| Hex | A3 | 2D | 23 | 0 | 48 | 4F | 24 | 5 | 41 | 27 |
| Octal | 243 | 55 | 43 | 0 | 110 | 117 | 44 | 5 | 101 | 47 |
| Binary | 10100011 | 101101 | 100011 | 0 | 1001000 | 1001111 | 100100 | 101 | 1000001 | 100111 |
Color Harmonies of #A32D23
Complementary color
Monochromatic Colors of #A32D23
Black with #A32D23
Text Example
Text Example
White with #A32D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32D23; }
p { color: rgb(163,45,35); }
H1.HeaderClassName
{
color: #A32D23;
}
.AnyTagClassName
{
color: #A32D23;
}
</style>
background-color css
<style>
a { background-color: #A32D23; }
a { background-color: rgb(163,45,35); }
div.DivClassName
{
background-color: #A32D23;
}
.BgClassName
{
background-color: #A32D23;
}
</style>
border-color css
<style>
span { border-color: #A32D23; }
span { border-color: rgb(163,45,35); }
td.TdClassName
{
border-color: #A32D23;
}
.TagClassName
{
border-color: #A32D23;
}
</style>