Shades of Brown #A32F16
Tints of Brown #A32F16
RGB
CMYK
RGB Variations
Color information
#A32F16 (or 0xA32F16) is known color: Brown. HEX triplet: A3, 2F and 16. RGB value is (163,47,22). Sum of RGB (Red+Green+Blue) = 163+47+22=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32F16 is #5CD0E9. Grayscale: #4F4F4F. Windows color (decimal): -6082794 or 1453987. OLE color: 1453987.
HSL color Cylindrical-coordinate representation of color #A32F16: hue angle of 10.64º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A32F16 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 47 | 22 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.36 |
| HSL | 10.64º | 0.76% | 0.36% | - |
| HSV(B) | 10.64º | 0.87% | 0.64% | - |
| XYZ | 16.27 | 9.88 | 1.81 | - |
| YUV | 78.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 22 | 0 | 0.71 | 0.87 | 0.36 | 10.64 | 0.76 | 0.36 |
| Hex | A3 | 2F | 16 | 0 | 47 | 57 | 24 | B | 4C | 24 |
| Octal | 243 | 57 | 26 | 0 | 107 | 127 | 44 | 13 | 114 | 44 |
| Binary | 10100011 | 101111 | 10110 | 0 | 1000111 | 1010111 | 100100 | 1011 | 1001100 | 100100 |
Color Harmonies of #A32F16
Complementary color
Monochromatic Colors of #A32F16
Black with #A32F16
Text Example
Text Example
White with #A32F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32F16; }
p { color: rgb(163,47,22); }
H1.HeaderClassName
{
color: #A32F16;
}
.AnyTagClassName
{
color: #A32F16;
}
</style>
background-color css
<style>
a { background-color: #A32F16; }
a { background-color: rgb(163,47,22); }
div.DivClassName
{
background-color: #A32F16;
}
.BgClassName
{
background-color: #A32F16;
}
</style>
border-color css
<style>
span { border-color: #A32F16; }
span { border-color: rgb(163,47,22); }
td.TdClassName
{
border-color: #A32F16;
}
.TagClassName
{
border-color: #A32F16;
}
</style>