Shades of Pale Brown #A1764D
Tints of Pale Brown #A1764D
RGB
CMYK
RGB Variations
Color information
#A1764D (or 0xA1764D) is known color: Pale Brown. HEX triplet: A1, 76 and 4D. RGB value is (161,118,77). Sum of RGB (Red+Green+Blue) = 161+118+77=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A1764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1764D is #5E89B2. Grayscale: #7E7E7E. Windows color (decimal): -6195635 or 5076641. OLE color: 5076641.
HSL color Cylindrical-coordinate representation of color #A1764D: hue angle of 29.29º 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 #A1764D is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 118 | 77 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.37 |
| HSL | 29.29º | 0.35% | 0.47% | - |
| HSV(B) | 29.29º | 0.52% | 0.63% | - |
| XYZ | 22.52 | 21.07 | 9.9 | - |
| YUV | 126.18 | 100.25 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 77 | 0 | 0.27 | 0.52 | 0.37 | 29.29 | 0.35 | 0.47 |
| Hex | A1 | 76 | 4D | 0 | 1B | 34 | 25 | 1D | 23 | 2F |
| Octal | 241 | 166 | 115 | 0 | 33 | 64 | 45 | 35 | 43 | 57 |
| Binary | 10100001 | 1110110 | 1001101 | 0 | 11011 | 110100 | 100101 | 11101 | 100011 | 101111 |
Color Harmonies of #A1764D
Complementary color
Monochromatic Colors of #A1764D
Black with #A1764D
Text Example
Text Example
White with #A1764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1764D; }
p { color: rgb(161,118,77); }
H1.HeaderClassName
{
color: #A1764D;
}
.AnyTagClassName
{
color: #A1764D;
}
</style>
background-color css
<style>
a { background-color: #A1764D; }
a { background-color: rgb(161,118,77); }
div.DivClassName
{
background-color: #A1764D;
}
.BgClassName
{
background-color: #A1764D;
}
</style>
border-color css
<style>
span { border-color: #A1764D; }
span { border-color: rgb(161,118,77); }
td.TdClassName
{
border-color: #A1764D;
}
.TagClassName
{
border-color: #A1764D;
}
</style>