Shades of Pale Brown #A27956
Tints of Pale Brown #A27956
RGB
CMYK
RGB Variations
Color information
#A27956 (or 0xA27956) is known color: Pale Brown. HEX triplet: A2, 79 and 56. RGB value is (162,121,86). Sum of RGB (Red+Green+Blue) = 162+121+86=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A27956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27956 is #5D86A9. Grayscale: #818181. Windows color (decimal): -6129322 or 5667234. OLE color: 5667234.
HSL color Cylindrical-coordinate representation of color #A27956: hue angle of 27.63º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A27956 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 121 | 86 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.36 |
| HSL | 27.63º | 0.31% | 0.49% | - |
| HSV(B) | 27.63º | 0.47% | 0.64% | - |
| XYZ | 23.42 | 22.03 | 11.82 | - |
| YUV | 129.27 | 103.58 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 121 | 86 | 0 | 0.25 | 0.47 | 0.36 | 27.63 | 0.31 | 0.49 |
| Hex | A2 | 79 | 56 | 0 | 19 | 2F | 24 | 1C | 1F | 31 |
| Octal | 242 | 171 | 126 | 0 | 31 | 57 | 44 | 34 | 37 | 61 |
| Binary | 10100010 | 1111001 | 1010110 | 0 | 11001 | 101111 | 100100 | 11100 | 11111 | 110001 |
Color Harmonies of #A27956
Complementary color
Monochromatic Colors of #A27956
Black with #A27956
Text Example
Text Example
White with #A27956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27956; }
p { color: rgb(162,121,86); }
H1.HeaderClassName
{
color: #A27956;
}
.AnyTagClassName
{
color: #A27956;
}
</style>
background-color css
<style>
a { background-color: #A27956; }
a { background-color: rgb(162,121,86); }
div.DivClassName
{
background-color: #A27956;
}
.BgClassName
{
background-color: #A27956;
}
</style>
border-color css
<style>
span { border-color: #A27956; }
span { border-color: rgb(162,121,86); }
td.TdClassName
{
border-color: #A27956;
}
.TagClassName
{
border-color: #A27956;
}
</style>