Shades of Brown #A32F26
Tints of Brown #A32F26
RGB
CMYK
RGB Variations
Color information
#A32F26 (or 0xA32F26) is known color: Brown. HEX triplet: A3, 2F and 26. RGB value is (163,47,38). Sum of RGB (Red+Green+Blue) = 163+47+38=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32F26 is #5CD0D9. Grayscale: #505050. Windows color (decimal): -6082778 or 2502563. OLE color: 2502563.
HSL color Cylindrical-coordinate representation of color #A32F26: hue angle of 4.32º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32F26 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 47 | 38 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.36 |
| HSL | 4.32º | 0.62% | 0.39% | - |
| HSV(B) | 4.32º | 0.77% | 0.64% | - |
| XYZ | 16.47 | 9.96 | 2.89 | - |
| YUV | 80.66 | 103.93 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 38 | 0 | 0.71 | 0.77 | 0.36 | 4.32 | 0.62 | 0.39 |
| Hex | A3 | 2F | 26 | 0 | 47 | 4D | 24 | 4 | 3E | 27 |
| Octal | 243 | 57 | 46 | 0 | 107 | 115 | 44 | 4 | 76 | 47 |
| Binary | 10100011 | 101111 | 100110 | 0 | 1000111 | 1001101 | 100100 | 100 | 111110 | 100111 |
Color Harmonies of #A32F26
Complementary color
Monochromatic Colors of #A32F26
Black with #A32F26
Text Example
Text Example
White with #A32F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32F26; }
p { color: rgb(163,47,38); }
H1.HeaderClassName
{
color: #A32F26;
}
.AnyTagClassName
{
color: #A32F26;
}
</style>
background-color css
<style>
a { background-color: #A32F26; }
a { background-color: rgb(163,47,38); }
div.DivClassName
{
background-color: #A32F26;
}
.BgClassName
{
background-color: #A32F26;
}
</style>
border-color css
<style>
span { border-color: #A32F26; }
span { border-color: rgb(163,47,38); }
td.TdClassName
{
border-color: #A32F26;
}
.TagClassName
{
border-color: #A32F26;
}
</style>