Shades of Brown #A43021
Tints of Brown #A43021
RGB
CMYK
RGB Variations
Color information
#A43021 (or 0xA43021) is known color: Brown. HEX triplet: A4, 30 and 21. RGB value is (164,48,33). Sum of RGB (Red+Green+Blue) = 164+48+33=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A43021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43021 is #5BCFDE. Grayscale: #515151. Windows color (decimal): -6016991 or 2175140. OLE color: 2175140.
HSL color Cylindrical-coordinate representation of color #A43021: hue angle of 6.87º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A43021 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 48 | 33 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.36 |
| HSL | 6.87º | 0.66% | 0.39% | - |
| HSV(B) | 6.87º | 0.8% | 0.64% | - |
| XYZ | 16.64 | 10.12 | 2.51 | - |
| YUV | 80.97 | 100.93 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 33 | 0 | 0.71 | 0.80 | 0.36 | 6.87 | 0.66 | 0.39 |
| Hex | A4 | 30 | 21 | 0 | 47 | 50 | 24 | 7 | 42 | 27 |
| Octal | 244 | 60 | 41 | 0 | 107 | 120 | 44 | 7 | 102 | 47 |
| Binary | 10100100 | 110000 | 100001 | 0 | 1000111 | 1010000 | 100100 | 111 | 1000010 | 100111 |
Color Harmonies of #A43021
Complementary color
Monochromatic Colors of #A43021
Black with #A43021
Text Example
Text Example
White with #A43021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43021; }
p { color: rgb(164,48,33); }
H1.HeaderClassName
{
color: #A43021;
}
.AnyTagClassName
{
color: #A43021;
}
</style>
background-color css
<style>
a { background-color: #A43021; }
a { background-color: rgb(164,48,33); }
div.DivClassName
{
background-color: #A43021;
}
.BgClassName
{
background-color: #A43021;
}
</style>
border-color css
<style>
span { border-color: #A43021; }
span { border-color: rgb(164,48,33); }
td.TdClassName
{
border-color: #A43021;
}
.TagClassName
{
border-color: #A43021;
}
</style>