Shades of Pale Brown #A17352
Tints of Pale Brown #A17352
RGB
CMYK
RGB Variations
Color information
#A17352 (or 0xA17352) is known color: Pale Brown. HEX triplet: A1, 73 and 52. RGB value is (161,115,82). Sum of RGB (Red+Green+Blue) = 161+115+82=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A17352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17352 is #5E8CAD. Grayscale: #7D7D7D. Windows color (decimal): -6196398 or 5403553. OLE color: 5403553.
HSL color Cylindrical-coordinate representation of color #A17352: hue angle of 25.06º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A17352 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 115 | 82 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.37 |
| HSL | 25.06º | 0.33% | 0.48% | - |
| HSV(B) | 25.06º | 0.49% | 0.63% | - |
| XYZ | 22.35 | 20.45 | 10.75 | - |
| YUV | 124.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 82 | 0 | 0.29 | 0.49 | 0.37 | 25.06 | 0.33 | 0.48 |
| Hex | A1 | 73 | 52 | 0 | 1D | 31 | 25 | 19 | 21 | 30 |
| Octal | 241 | 163 | 122 | 0 | 35 | 61 | 45 | 31 | 41 | 60 |
| Binary | 10100001 | 1110011 | 1010010 | 0 | 11101 | 110001 | 100101 | 11001 | 100001 | 110000 |
Color Harmonies of #A17352
Complementary color
Monochromatic Colors of #A17352
Black with #A17352
Text Example
Text Example
White with #A17352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17352; }
p { color: rgb(161,115,82); }
H1.HeaderClassName
{
color: #A17352;
}
.AnyTagClassName
{
color: #A17352;
}
</style>
background-color css
<style>
a { background-color: #A17352; }
a { background-color: rgb(161,115,82); }
div.DivClassName
{
background-color: #A17352;
}
.BgClassName
{
background-color: #A17352;
}
</style>
border-color css
<style>
span { border-color: #A17352; }
span { border-color: rgb(161,115,82); }
td.TdClassName
{
border-color: #A17352;
}
.TagClassName
{
border-color: #A17352;
}
</style>