Shades of Brown #A32F15
Tints of Brown #A32F15
RGB
CMYK
RGB Variations
Color information
#A32F15 (or 0xA32F15) is known color: Brown. HEX triplet: A3, 2F and 15. RGB value is (163,47,21). Sum of RGB (Red+Green+Blue) = 163+47+21=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32F15 is #5CD0EA. Grayscale: #4E4E4E. Windows color (decimal): -6082795 or 1388451. OLE color: 1388451.
HSL color Cylindrical-coordinate representation of color #A32F15: hue angle of 10.99º degrees, saturation: 0.77, 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 #A32F15 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 47 | 21 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.36 |
| HSL | 10.99º | 0.77% | 0.36% | - |
| HSV(B) | 10.99º | 0.87% | 0.64% | - |
| XYZ | 16.26 | 9.87 | 1.76 | - |
| YUV | 78.72 | 95.43 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 21 | 0 | 0.71 | 0.87 | 0.36 | 10.99 | 0.77 | 0.36 |
| Hex | A3 | 2F | 15 | 0 | 47 | 57 | 24 | B | 4D | 24 |
| Octal | 243 | 57 | 25 | 0 | 107 | 127 | 44 | 13 | 115 | 44 |
| Binary | 10100011 | 101111 | 10101 | 0 | 1000111 | 1010111 | 100100 | 1011 | 1001101 | 100100 |
Color Harmonies of #A32F15
Complementary color
Monochromatic Colors of #A32F15
Black with #A32F15
Text Example
Text Example
White with #A32F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32F15; }
p { color: rgb(163,47,21); }
H1.HeaderClassName
{
color: #A32F15;
}
.AnyTagClassName
{
color: #A32F15;
}
</style>
background-color css
<style>
a { background-color: #A32F15; }
a { background-color: rgb(163,47,21); }
div.DivClassName
{
background-color: #A32F15;
}
.BgClassName
{
background-color: #A32F15;
}
</style>
border-color css
<style>
span { border-color: #A32F15; }
span { border-color: rgb(163,47,21); }
td.TdClassName
{
border-color: #A32F15;
}
.TagClassName
{
border-color: #A32F15;
}
</style>