Shades of Pale Brown #A27557
Tints of Pale Brown #A27557
RGB
CMYK
RGB Variations
Color information
#A27557 (or 0xA27557) is known color: Pale Brown. HEX triplet: A2, 75 and 57. RGB value is (162,117,87). Sum of RGB (Red+Green+Blue) = 162+117+87=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A27557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27557 is #5D8AA8. Grayscale: #7F7F7F. Windows color (decimal): -6130345 or 5731746. OLE color: 5731746.
HSL color Cylindrical-coordinate representation of color #A27557: hue angle of 24º 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 #A27557 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 87 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.36 |
| HSL | 24º | 0.3% | 0.49% | - |
| HSV(B) | 24º | 0.46% | 0.64% | - |
| XYZ | 22.98 | 21.09 | 11.88 | - |
| YUV | 127.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 87 | 0 | 0.28 | 0.46 | 0.36 | 24 | 0.3 | 0.49 |
| Hex | A2 | 75 | 57 | 0 | 1C | 2E | 24 | 18 | 1E | 31 |
| Octal | 242 | 165 | 127 | 0 | 34 | 56 | 44 | 30 | 36 | 61 |
| Binary | 10100010 | 1110101 | 1010111 | 0 | 11100 | 101110 | 100100 | 11000 | 11110 | 110001 |
Color Harmonies of #A27557
Complementary color
Monochromatic Colors of #A27557
Black with #A27557
Text Example
Text Example
White with #A27557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27557; }
p { color: rgb(162,117,87); }
H1.HeaderClassName
{
color: #A27557;
}
.AnyTagClassName
{
color: #A27557;
}
</style>
background-color css
<style>
a { background-color: #A27557; }
a { background-color: rgb(162,117,87); }
div.DivClassName
{
background-color: #A27557;
}
.BgClassName
{
background-color: #A27557;
}
</style>
border-color css
<style>
span { border-color: #A27557; }
span { border-color: rgb(162,117,87); }
td.TdClassName
{
border-color: #A27557;
}
.TagClassName
{
border-color: #A27557;
}
</style>