Shades of Brown #A32F18
Tints of Brown #A32F18
RGB
CMYK
RGB Variations
Color information
#A32F18 (or 0xA32F18) is known color: Brown. HEX triplet: A3, 2F and 18. RGB value is (163,47,24). Sum of RGB (Red+Green+Blue) = 163+47+24=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32F18 is #5CD0E7. Grayscale: #4F4F4F. Windows color (decimal): -6082792 or 1585059. OLE color: 1585059.
HSL color Cylindrical-coordinate representation of color #A32F18: hue angle of 9.93º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A32F18 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 47 | 24 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.36 |
| HSL | 9.93º | 0.74% | 0.37% | - |
| HSV(B) | 9.93º | 0.85% | 0.64% | - |
| XYZ | 16.29 | 9.89 | 1.91 | - |
| YUV | 79.06 | 96.93 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 24 | 0 | 0.71 | 0.85 | 0.36 | 9.93 | 0.74 | 0.37 |
| Hex | A3 | 2F | 18 | 0 | 47 | 55 | 24 | A | 4A | 25 |
| Octal | 243 | 57 | 30 | 0 | 107 | 125 | 44 | 12 | 112 | 45 |
| Binary | 10100011 | 101111 | 11000 | 0 | 1000111 | 1010101 | 100100 | 1010 | 1001010 | 100101 |
Color Harmonies of #A32F18
Complementary color
Monochromatic Colors of #A32F18
Black with #A32F18
Text Example
Text Example
White with #A32F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32F18; }
p { color: rgb(163,47,24); }
H1.HeaderClassName
{
color: #A32F18;
}
.AnyTagClassName
{
color: #A32F18;
}
</style>
background-color css
<style>
a { background-color: #A32F18; }
a { background-color: rgb(163,47,24); }
div.DivClassName
{
background-color: #A32F18;
}
.BgClassName
{
background-color: #A32F18;
}
</style>
border-color css
<style>
span { border-color: #A32F18; }
span { border-color: rgb(163,47,24); }
td.TdClassName
{
border-color: #A32F18;
}
.TagClassName
{
border-color: #A32F18;
}
</style>