Shades of Brown #A63525
Tints of Brown #A63525
RGB
CMYK
RGB Variations
Color information
#A63525 (or 0xA63525) is known color: Brown. HEX triplet: A6, 35 and 25. RGB value is (166,53,37). Sum of RGB (Red+Green+Blue) = 166+53+37=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A63525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63525 is #59CADA. Grayscale: #555555. Windows color (decimal): -5884635 or 2438566. OLE color: 2438566.
HSL color Cylindrical-coordinate representation of color #A63525: hue angle of 7.44º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A63525 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 37 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.35 |
| HSL | 7.44º | 0.64% | 0.4% | - |
| HSV(B) | 7.44º | 0.78% | 0.65% | - |
| XYZ | 17.33 | 10.79 | 2.92 | - |
| YUV | 84.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 37 | 0 | 0.68 | 0.78 | 0.35 | 7.44 | 0.64 | 0.4 |
| Hex | A6 | 35 | 25 | 0 | 44 | 4E | 23 | 7 | 40 | 28 |
| Octal | 246 | 65 | 45 | 0 | 104 | 116 | 43 | 7 | 100 | 50 |
| Binary | 10100110 | 110101 | 100101 | 0 | 1000100 | 1001110 | 100011 | 111 | 1000000 | 101000 |
Color Harmonies of #A63525
Complementary color
Monochromatic Colors of #A63525
Black with #A63525
Text Example
Text Example
White with #A63525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63525; }
p { color: rgb(166,53,37); }
H1.HeaderClassName
{
color: #A63525;
}
.AnyTagClassName
{
color: #A63525;
}
</style>
background-color css
<style>
a { background-color: #A63525; }
a { background-color: rgb(166,53,37); }
div.DivClassName
{
background-color: #A63525;
}
.BgClassName
{
background-color: #A63525;
}
</style>
border-color css
<style>
span { border-color: #A63525; }
span { border-color: rgb(166,53,37); }
td.TdClassName
{
border-color: #A63525;
}
.TagClassName
{
border-color: #A63525;
}
</style>