Shades of Pale Brown #A07657
Tints of Pale Brown #A07657
RGB
CMYK
RGB Variations
Color information
#A07657 (or 0xA07657) is known color: Pale Brown. HEX triplet: A0, 76 and 57. RGB value is (160,118,87). Sum of RGB (Red+Green+Blue) = 160+118+87=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A07657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07657 is #5F89A8. Grayscale: #7F7F7F. Windows color (decimal): -6261161 or 5732000. OLE color: 5732000.
HSL color Cylindrical-coordinate representation of color #A07657: hue angle of 25.48º 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 #A07657 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 87 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.37 |
| HSL | 25.48º | 0.3% | 0.48% | - |
| HSV(B) | 25.48º | 0.46% | 0.63% | - |
| XYZ | 22.7 | 21.12 | 11.9 | - |
| YUV | 127.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 87 | 0 | 0.26 | 0.46 | 0.37 | 25.48 | 0.3 | 0.48 |
| Hex | A0 | 76 | 57 | 0 | 1A | 2E | 25 | 19 | 1E | 30 |
| Octal | 240 | 166 | 127 | 0 | 32 | 56 | 45 | 31 | 36 | 60 |
| Binary | 10100000 | 1110110 | 1010111 | 0 | 11010 | 101110 | 100101 | 11001 | 11110 | 110000 |
Color Harmonies of #A07657
Complementary color
Monochromatic Colors of #A07657
Black with #A07657
Text Example
Text Example
White with #A07657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07657; }
p { color: rgb(160,118,87); }
H1.HeaderClassName
{
color: #A07657;
}
.AnyTagClassName
{
color: #A07657;
}
</style>
background-color css
<style>
a { background-color: #A07657; }
a { background-color: rgb(160,118,87); }
div.DivClassName
{
background-color: #A07657;
}
.BgClassName
{
background-color: #A07657;
}
</style>
border-color css
<style>
span { border-color: #A07657; }
span { border-color: rgb(160,118,87); }
td.TdClassName
{
border-color: #A07657;
}
.TagClassName
{
border-color: #A07657;
}
</style>