Shades of Brown #A32F28
Tints of Brown #A32F28
RGB
CMYK
RGB Variations
Color information
#A32F28 (or 0xA32F28) is known color: Brown. HEX triplet: A3, 2F and 28. RGB value is (163,47,40). Sum of RGB (Red+Green+Blue) = 163+47+40=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32F28 is #5CD0D7. Grayscale: #515151. Windows color (decimal): -6082776 or 2633635. OLE color: 2633635.
HSL color Cylindrical-coordinate representation of color #A32F28: hue angle of 3.41º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32F28 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 47 | 40 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.36 |
| HSL | 3.41º | 0.61% | 0.4% | - |
| HSV(B) | 3.41º | 0.75% | 0.64% | - |
| XYZ | 16.5 | 9.97 | 3.06 | - |
| YUV | 80.89 | 104.93 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 40 | 0 | 0.71 | 0.75 | 0.36 | 3.41 | 0.61 | 0.4 |
| Hex | A3 | 2F | 28 | 0 | 47 | 4B | 24 | 3 | 3D | 28 |
| Octal | 243 | 57 | 50 | 0 | 107 | 113 | 44 | 3 | 75 | 50 |
| Binary | 10100011 | 101111 | 101000 | 0 | 1000111 | 1001011 | 100100 | 11 | 111101 | 101000 |
Color Harmonies of #A32F28
Complementary color
Monochromatic Colors of #A32F28
Black with #A32F28
Text Example
Text Example
White with #A32F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32F28; }
p { color: rgb(163,47,40); }
H1.HeaderClassName
{
color: #A32F28;
}
.AnyTagClassName
{
color: #A32F28;
}
</style>
background-color css
<style>
a { background-color: #A32F28; }
a { background-color: rgb(163,47,40); }
div.DivClassName
{
background-color: #A32F28;
}
.BgClassName
{
background-color: #A32F28;
}
</style>
border-color css
<style>
span { border-color: #A32F28; }
span { border-color: rgb(163,47,40); }
td.TdClassName
{
border-color: #A32F28;
}
.TagClassName
{
border-color: #A32F28;
}
</style>