Shades of Pale Brown #A27657
Tints of Pale Brown #A27657
RGB
CMYK
RGB Variations
Color information
#A27657 (or 0xA27657) is known color: Pale Brown. HEX triplet: A2, 76 and 57. RGB value is (162,118,87). Sum of RGB (Red+Green+Blue) = 162+118+87=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A27657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27657 is #5D89A8. Grayscale: #7F7F7F. Windows color (decimal): -6130089 or 5732002. OLE color: 5732002.
HSL color Cylindrical-coordinate representation of color #A27657: hue angle of 24.8º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A27657 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 118 | 87 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.36 |
| HSL | 24.8º | 0.3% | 0.49% | - |
| HSV(B) | 24.8º | 0.46% | 0.64% | - |
| XYZ | 23.1 | 21.33 | 11.92 | - |
| YUV | 127.62 | 105.08 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 87 | 0 | 0.27 | 0.46 | 0.36 | 24.8 | 0.3 | 0.49 |
| Hex | A2 | 76 | 57 | 0 | 1B | 2E | 24 | 19 | 1E | 31 |
| Octal | 242 | 166 | 127 | 0 | 33 | 56 | 44 | 31 | 36 | 61 |
| Binary | 10100010 | 1110110 | 1010111 | 0 | 11011 | 101110 | 100100 | 11001 | 11110 | 110001 |
Color Harmonies of #A27657
Complementary color
Monochromatic Colors of #A27657
Black with #A27657
Text Example
Text Example
White with #A27657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27657; }
p { color: rgb(162,118,87); }
H1.HeaderClassName
{
color: #A27657;
}
.AnyTagClassName
{
color: #A27657;
}
</style>
background-color css
<style>
a { background-color: #A27657; }
a { background-color: rgb(162,118,87); }
div.DivClassName
{
background-color: #A27657;
}
.BgClassName
{
background-color: #A27657;
}
</style>
border-color css
<style>
span { border-color: #A27657; }
span { border-color: rgb(162,118,87); }
td.TdClassName
{
border-color: #A27657;
}
.TagClassName
{
border-color: #A27657;
}
</style>