Shades of Brown #A7352A
Tints of Brown #A7352A
RGB
CMYK
RGB Variations
Color information
#A7352A (or 0xA7352A) is known color: Brown. HEX triplet: A7, 35 and 2A. RGB value is (167,53,42). Sum of RGB (Red+Green+Blue) = 167+53+42=262 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.74% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 167 - color contains mainly: red. Hex color #A7352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7352A is #58CAD5. Grayscale: #555555. Windows color (decimal): -5819094 or 2766247. OLE color: 2766247.
HSL color Cylindrical-coordinate representation of color #A7352A: hue angle of 5.28º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7352A is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 53 | 42 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.35 |
| HSL | 5.28º | 0.6% | 0.41% | - |
| HSV(B) | 5.28º | 0.75% | 0.65% | - |
| XYZ | 17.63 | 10.93 | 3.37 | - |
| YUV | 85.83 | 103.27 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 53 | 42 | 0 | 0.68 | 0.75 | 0.35 | 5.28 | 0.6 | 0.41 |
| Hex | A7 | 35 | 2A | 0 | 44 | 4B | 23 | 5 | 3C | 29 |
| Octal | 247 | 65 | 52 | 0 | 104 | 113 | 43 | 5 | 74 | 51 |
| Binary | 10100111 | 110101 | 101010 | 0 | 1000100 | 1001011 | 100011 | 101 | 111100 | 101001 |
Color Harmonies of #A7352A
Complementary color
Monochromatic Colors of #A7352A
Black with #A7352A
Text Example
Text Example
White with #A7352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7352A; }
p { color: rgb(167,53,42); }
H1.HeaderClassName
{
color: #A7352A;
}
.AnyTagClassName
{
color: #A7352A;
}
</style>
background-color css
<style>
a { background-color: #A7352A; }
a { background-color: rgb(167,53,42); }
div.DivClassName
{
background-color: #A7352A;
}
.BgClassName
{
background-color: #A7352A;
}
</style>
border-color css
<style>
span { border-color: #A7352A; }
span { border-color: rgb(167,53,42); }
td.TdClassName
{
border-color: #A7352A;
}
.TagClassName
{
border-color: #A7352A;
}
</style>