Shades of Pale Brown #A17443
Tints of Pale Brown #A17443
RGB
CMYK
RGB Variations
Color information
#A17443 (or 0xA17443) is known color: Pale Brown. HEX triplet: A1, 74 and 43. RGB value is (161,116,67). Sum of RGB (Red+Green+Blue) = 161+116+67=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A17443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17443 is #5E8BBC. Grayscale: #7C7C7C. Windows color (decimal): -6196157 or 4420769. OLE color: 4420769.
HSL color Cylindrical-coordinate representation of color #A17443: hue angle of 31.28º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A17443 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 67 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.37 |
| HSL | 31.28º | 0.41% | 0.45% | - |
| HSV(B) | 31.28º | 0.58% | 0.63% | - |
| XYZ | 21.96 | 20.47 | 8.1 | - |
| YUV | 123.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 67 | 0 | 0.28 | 0.58 | 0.37 | 31.28 | 0.41 | 0.45 |
| Hex | A1 | 74 | 43 | 0 | 1C | 3A | 25 | 1F | 29 | 2D |
| Octal | 241 | 164 | 103 | 0 | 34 | 72 | 45 | 37 | 51 | 55 |
| Binary | 10100001 | 1110100 | 1000011 | 0 | 11100 | 111010 | 100101 | 11111 | 101001 | 101101 |
Color Harmonies of #A17443
Complementary color
Monochromatic Colors of #A17443
Black with #A17443
Text Example
Text Example
White with #A17443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17443; }
p { color: rgb(161,116,67); }
H1.HeaderClassName
{
color: #A17443;
}
.AnyTagClassName
{
color: #A17443;
}
</style>
background-color css
<style>
a { background-color: #A17443; }
a { background-color: rgb(161,116,67); }
div.DivClassName
{
background-color: #A17443;
}
.BgClassName
{
background-color: #A17443;
}
</style>
border-color css
<style>
span { border-color: #A17443; }
span { border-color: rgb(161,116,67); }
td.TdClassName
{
border-color: #A17443;
}
.TagClassName
{
border-color: #A17443;
}
</style>