Shades of Pale Brown #A1754E
Tints of Pale Brown #A1754E
RGB
CMYK
RGB Variations
Color information
#A1754E (or 0xA1754E) is known color: Pale Brown. HEX triplet: A1, 75 and 4E. RGB value is (161,117,78). Sum of RGB (Red+Green+Blue) = 161+117+78=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A1754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1754E is #5E8AB1. Grayscale: #7D7D7D. Windows color (decimal): -6195890 or 5141921. OLE color: 5141921.
HSL color Cylindrical-coordinate representation of color #A1754E: hue angle of 28.19º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1754E is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 78 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.37 |
| HSL | 28.19º | 0.35% | 0.47% | - |
| HSV(B) | 28.19º | 0.52% | 0.63% | - |
| XYZ | 22.43 | 20.85 | 10.05 | - |
| YUV | 125.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 78 | 0 | 0.27 | 0.52 | 0.37 | 28.19 | 0.35 | 0.47 |
| Hex | A1 | 75 | 4E | 0 | 1B | 34 | 25 | 1C | 23 | 2F |
| Octal | 241 | 165 | 116 | 0 | 33 | 64 | 45 | 34 | 43 | 57 |
| Binary | 10100001 | 1110101 | 1001110 | 0 | 11011 | 110100 | 100101 | 11100 | 100011 | 101111 |
Color Harmonies of #A1754E
Complementary color
Monochromatic Colors of #A1754E
Black with #A1754E
Text Example
Text Example
White with #A1754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1754E; }
p { color: rgb(161,117,78); }
H1.HeaderClassName
{
color: #A1754E;
}
.AnyTagClassName
{
color: #A1754E;
}
</style>
background-color css
<style>
a { background-color: #A1754E; }
a { background-color: rgb(161,117,78); }
div.DivClassName
{
background-color: #A1754E;
}
.BgClassName
{
background-color: #A1754E;
}
</style>
border-color css
<style>
span { border-color: #A1754E; }
span { border-color: rgb(161,117,78); }
td.TdClassName
{
border-color: #A1754E;
}
.TagClassName
{
border-color: #A1754E;
}
</style>