Shades of Pale Brown #A17353
Tints of Pale Brown #A17353
RGB
CMYK
RGB Variations
Color information
#A17353 (or 0xA17353) is known color: Pale Brown. HEX triplet: A1, 73 and 53. RGB value is (161,115,83). Sum of RGB (Red+Green+Blue) = 161+115+83=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A17353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17353 is #5E8CAC. Grayscale: #7D7D7D. Windows color (decimal): -6196397 or 5469089. OLE color: 5469089.
HSL color Cylindrical-coordinate representation of color #A17353: hue angle of 24.62º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A17353 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 115 | 83 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.37 |
| HSL | 24.62º | 0.32% | 0.48% | - |
| HSV(B) | 24.62º | 0.48% | 0.63% | - |
| XYZ | 22.39 | 20.46 | 10.95 | - |
| YUV | 125.11 | 104.24 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 83 | 0 | 0.29 | 0.48 | 0.37 | 24.62 | 0.32 | 0.48 |
| Hex | A1 | 73 | 53 | 0 | 1D | 30 | 25 | 19 | 20 | 30 |
| Octal | 241 | 163 | 123 | 0 | 35 | 60 | 45 | 31 | 40 | 60 |
| Binary | 10100001 | 1110011 | 1010011 | 0 | 11101 | 110000 | 100101 | 11001 | 100000 | 110000 |
Color Harmonies of #A17353
Complementary color
Monochromatic Colors of #A17353
Black with #A17353
Text Example
Text Example
White with #A17353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17353; }
p { color: rgb(161,115,83); }
H1.HeaderClassName
{
color: #A17353;
}
.AnyTagClassName
{
color: #A17353;
}
</style>
background-color css
<style>
a { background-color: #A17353; }
a { background-color: rgb(161,115,83); }
div.DivClassName
{
background-color: #A17353;
}
.BgClassName
{
background-color: #A17353;
}
</style>
border-color css
<style>
span { border-color: #A17353; }
span { border-color: rgb(161,115,83); }
td.TdClassName
{
border-color: #A17353;
}
.TagClassName
{
border-color: #A17353;
}
</style>