Shades of Pale Brown #A17350
Tints of Pale Brown #A17350
RGB
CMYK
RGB Variations
Color information
#A17350 (or 0xA17350) is known color: Pale Brown. HEX triplet: A1, 73 and 50. RGB value is (161,115,80). Sum of RGB (Red+Green+Blue) = 161+115+80=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A17350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17350 is #5E8CAF. Grayscale: #7C7C7C. Windows color (decimal): -6196400 or 5272481. OLE color: 5272481.
HSL color Cylindrical-coordinate representation of color #A17350: hue angle of 25.93º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A17350 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 115 | 80 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.37 |
| HSL | 25.93º | 0.34% | 0.47% | - |
| HSV(B) | 25.93º | 0.5% | 0.63% | - |
| XYZ | 22.28 | 20.42 | 10.36 | - |
| YUV | 124.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 80 | 0 | 0.29 | 0.50 | 0.37 | 25.93 | 0.34 | 0.47 |
| Hex | A1 | 73 | 50 | 0 | 1D | 32 | 25 | 1A | 22 | 2F |
| Octal | 241 | 163 | 120 | 0 | 35 | 62 | 45 | 32 | 42 | 57 |
| Binary | 10100001 | 1110011 | 1010000 | 0 | 11101 | 110010 | 100101 | 11010 | 100010 | 101111 |
Color Harmonies of #A17350
Complementary color
Monochromatic Colors of #A17350
Black with #A17350
Text Example
Text Example
White with #A17350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17350; }
p { color: rgb(161,115,80); }
H1.HeaderClassName
{
color: #A17350;
}
.AnyTagClassName
{
color: #A17350;
}
</style>
background-color css
<style>
a { background-color: #A17350; }
a { background-color: rgb(161,115,80); }
div.DivClassName
{
background-color: #A17350;
}
.BgClassName
{
background-color: #A17350;
}
</style>
border-color css
<style>
span { border-color: #A17350; }
span { border-color: rgb(161,115,80); }
td.TdClassName
{
border-color: #A17350;
}
.TagClassName
{
border-color: #A17350;
}
</style>