Shades of Brown #A32F17
Tints of Brown #A32F17
RGB
CMYK
RGB Variations
Color information
#A32F17 (or 0xA32F17) is known color: Brown. HEX triplet: A3, 2F and 17. RGB value is (163,47,23). Sum of RGB (Red+Green+Blue) = 163+47+23=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32F17 is #5CD0E8. Grayscale: #4F4F4F. Windows color (decimal): -6082793 or 1519523. OLE color: 1519523.
HSL color Cylindrical-coordinate representation of color #A32F17: hue angle of 10.29º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A32F17 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 47 | 23 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.36 |
| HSL | 10.29º | 0.75% | 0.36% | - |
| HSV(B) | 10.29º | 0.86% | 0.64% | - |
| XYZ | 16.28 | 9.88 | 1.86 | - |
| YUV | 78.95 | 96.43 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 23 | 0 | 0.71 | 0.86 | 0.36 | 10.29 | 0.75 | 0.36 |
| Hex | A3 | 2F | 17 | 0 | 47 | 56 | 24 | A | 4B | 24 |
| Octal | 243 | 57 | 27 | 0 | 107 | 126 | 44 | 12 | 113 | 44 |
| Binary | 10100011 | 101111 | 10111 | 0 | 1000111 | 1010110 | 100100 | 1010 | 1001011 | 100100 |
Color Harmonies of #A32F17
Complementary color
Monochromatic Colors of #A32F17
Black with #A32F17
Text Example
Text Example
White with #A32F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32F17; }
p { color: rgb(163,47,23); }
H1.HeaderClassName
{
color: #A32F17;
}
.AnyTagClassName
{
color: #A32F17;
}
</style>
background-color css
<style>
a { background-color: #A32F17; }
a { background-color: rgb(163,47,23); }
div.DivClassName
{
background-color: #A32F17;
}
.BgClassName
{
background-color: #A32F17;
}
</style>
border-color css
<style>
span { border-color: #A32F17; }
span { border-color: rgb(163,47,23); }
td.TdClassName
{
border-color: #A32F17;
}
.TagClassName
{
border-color: #A32F17;
}
</style>