Shades of Pale Brown #A1754F
Tints of Pale Brown #A1754F
RGB
CMYK
RGB Variations
Color information
#A1754F (or 0xA1754F) is known color: Pale Brown. HEX triplet: A1, 75 and 4F. RGB value is (161,117,79). Sum of RGB (Red+Green+Blue) = 161+117+79=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1754F is #5E8AB0. Grayscale: #7E7E7E. Windows color (decimal): -6195889 or 5207457. OLE color: 5207457.
HSL color Cylindrical-coordinate representation of color #A1754F: hue angle of 27.8º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1754F is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 79 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.37 |
| HSL | 27.8º | 0.34% | 0.47% | - |
| HSV(B) | 27.8º | 0.51% | 0.63% | - |
| XYZ | 22.47 | 20.86 | 10.24 | - |
| YUV | 125.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 79 | 0 | 0.27 | 0.51 | 0.37 | 27.8 | 0.34 | 0.47 |
| Hex | A1 | 75 | 4F | 0 | 1B | 33 | 25 | 1C | 22 | 2F |
| Octal | 241 | 165 | 117 | 0 | 33 | 63 | 45 | 34 | 42 | 57 |
| Binary | 10100001 | 1110101 | 1001111 | 0 | 11011 | 110011 | 100101 | 11100 | 100010 | 101111 |
Color Harmonies of #A1754F
Complementary color
Monochromatic Colors of #A1754F
Black with #A1754F
Text Example
Text Example
White with #A1754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1754F; }
p { color: rgb(161,117,79); }
H1.HeaderClassName
{
color: #A1754F;
}
.AnyTagClassName
{
color: #A1754F;
}
</style>
background-color css
<style>
a { background-color: #A1754F; }
a { background-color: rgb(161,117,79); }
div.DivClassName
{
background-color: #A1754F;
}
.BgClassName
{
background-color: #A1754F;
}
</style>
border-color css
<style>
span { border-color: #A1754F; }
span { border-color: rgb(161,117,79); }
td.TdClassName
{
border-color: #A1754F;
}
.TagClassName
{
border-color: #A1754F;
}
</style>