Shades of Brown #A33229
Tints of Brown #A33229
RGB
CMYK
RGB Variations
Color information
#A33229 (or 0xA33229) is known color: Brown. HEX triplet: A3, 32 and 29. RGB value is (163,50,41). Sum of RGB (Red+Green+Blue) = 163+50+41=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A33229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33229 is #5CCDD6. Grayscale: #525252. Windows color (decimal): -6082007 or 2699939. OLE color: 2699939.
HSL color Cylindrical-coordinate representation of color #A33229: hue angle of 4.43º degrees, saturation: 0.6, 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 #A33229 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 41 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.36 |
| HSL | 4.43º | 0.6% | 0.4% | - |
| HSV(B) | 4.43º | 0.75% | 0.64% | - |
| XYZ | 16.65 | 10.23 | 3.19 | - |
| YUV | 82.76 | 104.44 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 41 | 0 | 0.69 | 0.75 | 0.36 | 4.43 | 0.6 | 0.4 |
| Hex | A3 | 32 | 29 | 0 | 45 | 4B | 24 | 4 | 3C | 28 |
| Octal | 243 | 62 | 51 | 0 | 105 | 113 | 44 | 4 | 74 | 50 |
| Binary | 10100011 | 110010 | 101001 | 0 | 1000101 | 1001011 | 100100 | 100 | 111100 | 101000 |
Color Harmonies of #A33229
Complementary color
Monochromatic Colors of #A33229
Black with #A33229
Text Example
Text Example
White with #A33229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33229; }
p { color: rgb(163,50,41); }
H1.HeaderClassName
{
color: #A33229;
}
.AnyTagClassName
{
color: #A33229;
}
</style>
background-color css
<style>
a { background-color: #A33229; }
a { background-color: rgb(163,50,41); }
div.DivClassName
{
background-color: #A33229;
}
.BgClassName
{
background-color: #A33229;
}
</style>
border-color css
<style>
span { border-color: #A33229; }
span { border-color: rgb(163,50,41); }
td.TdClassName
{
border-color: #A33229;
}
.TagClassName
{
border-color: #A33229;
}
</style>