Shades of Pale Brown #A07756
Tints of Pale Brown #A07756
RGB
CMYK
RGB Variations
Color information
#A07756 (or 0xA07756) is known color: Pale Brown. HEX triplet: A0, 77 and 56. RGB value is (160,119,86). Sum of RGB (Red+Green+Blue) = 160+119+86=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A07756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07756 is #5F88A9. Grayscale: #7F7F7F. Windows color (decimal): -6260906 or 5666720. OLE color: 5666720.
HSL color Cylindrical-coordinate representation of color #A07756: hue angle of 26.76º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A07756 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 86 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.37 |
| HSL | 26.76º | 0.3% | 0.48% | - |
| HSV(B) | 26.76º | 0.46% | 0.63% | - |
| XYZ | 22.77 | 21.34 | 11.72 | - |
| YUV | 127.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 86 | 0 | 0.26 | 0.46 | 0.37 | 26.76 | 0.3 | 0.48 |
| Hex | A0 | 77 | 56 | 0 | 1A | 2E | 25 | 1B | 1E | 30 |
| Octal | 240 | 167 | 126 | 0 | 32 | 56 | 45 | 33 | 36 | 60 |
| Binary | 10100000 | 1110111 | 1010110 | 0 | 11010 | 101110 | 100101 | 11011 | 11110 | 110000 |
Color Harmonies of #A07756
Complementary color
Monochromatic Colors of #A07756
Black with #A07756
Text Example
Text Example
White with #A07756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07756; }
p { color: rgb(160,119,86); }
H1.HeaderClassName
{
color: #A07756;
}
.AnyTagClassName
{
color: #A07756;
}
</style>
background-color css
<style>
a { background-color: #A07756; }
a { background-color: rgb(160,119,86); }
div.DivClassName
{
background-color: #A07756;
}
.BgClassName
{
background-color: #A07756;
}
</style>
border-color css
<style>
span { border-color: #A07756; }
span { border-color: rgb(160,119,86); }
td.TdClassName
{
border-color: #A07756;
}
.TagClassName
{
border-color: #A07756;
}
</style>