Shades of Pale Brown #A1744F
Tints of Pale Brown #A1744F
RGB
CMYK
RGB Variations
Color information
#A1744F (or 0xA1744F) is known color: Pale Brown. HEX triplet: A1, 74 and 4F. RGB value is (161,116,79). Sum of RGB (Red+Green+Blue) = 161+116+79=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A1744F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1744F is #5E8BB0. Grayscale: #7D7D7D. Windows color (decimal): -6196145 or 5207201. OLE color: 5207201.
HSL color Cylindrical-coordinate representation of color #A1744F: hue angle of 27.07º 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 #A1744F is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 79 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.37 |
| HSL | 27.07º | 0.34% | 0.47% | - |
| HSV(B) | 27.07º | 0.51% | 0.63% | - |
| XYZ | 22.35 | 20.63 | 10.2 | - |
| YUV | 125.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 79 | 0 | 0.28 | 0.51 | 0.37 | 27.07 | 0.34 | 0.47 |
| Hex | A1 | 74 | 4F | 0 | 1C | 33 | 25 | 1B | 22 | 2F |
| Octal | 241 | 164 | 117 | 0 | 34 | 63 | 45 | 33 | 42 | 57 |
| Binary | 10100001 | 1110100 | 1001111 | 0 | 11100 | 110011 | 100101 | 11011 | 100010 | 101111 |
Color Harmonies of #A1744F
Complementary color
Monochromatic Colors of #A1744F
Black with #A1744F
Text Example
Text Example
White with #A1744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1744F; }
p { color: rgb(161,116,79); }
H1.HeaderClassName
{
color: #A1744F;
}
.AnyTagClassName
{
color: #A1744F;
}
</style>
background-color css
<style>
a { background-color: #A1744F; }
a { background-color: rgb(161,116,79); }
div.DivClassName
{
background-color: #A1744F;
}
.BgClassName
{
background-color: #A1744F;
}
</style>
border-color css
<style>
span { border-color: #A1744F; }
span { border-color: rgb(161,116,79); }
td.TdClassName
{
border-color: #A1744F;
}
.TagClassName
{
border-color: #A1744F;
}
</style>