Shades of Brown #A32F14
Tints of Brown #A32F14
RGB
CMYK
RGB Variations
Color information
#A32F14 (or 0xA32F14) is known color: Brown. HEX triplet: A3, 2F and 14. RGB value is (163,47,20). Sum of RGB (Red+Green+Blue) = 163+47+20=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32F14 is #5CD0EB. Grayscale: #4E4E4E. Windows color (decimal): -6082796 or 1322915. OLE color: 1322915.
HSL color Cylindrical-coordinate representation of color #A32F14: hue angle of 11.33º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A32F14 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 47 | 20 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.36 |
| HSL | 11.33º | 0.78% | 0.36% | - |
| HSV(B) | 11.33º | 0.88% | 0.64% | - |
| XYZ | 16.25 | 9.87 | 1.71 | - |
| YUV | 78.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 20 | 0 | 0.71 | 0.88 | 0.36 | 11.33 | 0.78 | 0.36 |
| Hex | A3 | 2F | 14 | 0 | 47 | 58 | 24 | B | 4E | 24 |
| Octal | 243 | 57 | 24 | 0 | 107 | 130 | 44 | 13 | 116 | 44 |
| Binary | 10100011 | 101111 | 10100 | 0 | 1000111 | 1011000 | 100100 | 1011 | 1001110 | 100100 |
Color Harmonies of #A32F14
Complementary color
Monochromatic Colors of #A32F14
Black with #A32F14
Text Example
Text Example
White with #A32F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32F14; }
p { color: rgb(163,47,20); }
H1.HeaderClassName
{
color: #A32F14;
}
.AnyTagClassName
{
color: #A32F14;
}
</style>
background-color css
<style>
a { background-color: #A32F14; }
a { background-color: rgb(163,47,20); }
div.DivClassName
{
background-color: #A32F14;
}
.BgClassName
{
background-color: #A32F14;
}
</style>
border-color css
<style>
span { border-color: #A32F14; }
span { border-color: rgb(163,47,20); }
td.TdClassName
{
border-color: #A32F14;
}
.TagClassName
{
border-color: #A32F14;
}
</style>