Shades of Pale Brown #A37955
Tints of Pale Brown #A37955
RGB
CMYK
RGB Variations
Color information
#A37955 (or 0xA37955) is known color: Pale Brown. HEX triplet: A3, 79 and 55. RGB value is (163,121,85). Sum of RGB (Red+Green+Blue) = 163+121+85=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A37955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37955 is #5C86AA. Grayscale: #818181. Windows color (decimal): -6063787 or 5601699. OLE color: 5601699.
HSL color Cylindrical-coordinate representation of color #A37955: hue angle of 27.69º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A37955 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 121 | 85 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.36 |
| HSL | 27.69º | 0.31% | 0.49% | - |
| HSV(B) | 27.69º | 0.48% | 0.64% | - |
| XYZ | 23.58 | 22.12 | 11.62 | - |
| YUV | 129.45 | 102.91 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 85 | 0 | 0.26 | 0.48 | 0.36 | 27.69 | 0.31 | 0.49 |
| Hex | A3 | 79 | 55 | 0 | 1A | 30 | 24 | 1C | 1F | 31 |
| Octal | 243 | 171 | 125 | 0 | 32 | 60 | 44 | 34 | 37 | 61 |
| Binary | 10100011 | 1111001 | 1010101 | 0 | 11010 | 110000 | 100100 | 11100 | 11111 | 110001 |
Color Harmonies of #A37955
Complementary color
Monochromatic Colors of #A37955
Black with #A37955
Text Example
Text Example
White with #A37955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37955; }
p { color: rgb(163,121,85); }
H1.HeaderClassName
{
color: #A37955;
}
.AnyTagClassName
{
color: #A37955;
}
</style>
background-color css
<style>
a { background-color: #A37955; }
a { background-color: rgb(163,121,85); }
div.DivClassName
{
background-color: #A37955;
}
.BgClassName
{
background-color: #A37955;
}
</style>
border-color css
<style>
span { border-color: #A37955; }
span { border-color: rgb(163,121,85); }
td.TdClassName
{
border-color: #A37955;
}
.TagClassName
{
border-color: #A37955;
}
</style>