Shades of Pale Brown #A27656
Tints of Pale Brown #A27656
RGB
CMYK
RGB Variations
Color information
#A27656 (or 0xA27656) is known color: Pale Brown. HEX triplet: A2, 76 and 56. RGB value is (162,118,86). Sum of RGB (Red+Green+Blue) = 162+118+86=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A27656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27656 is #5D89A9. Grayscale: #7F7F7F. Windows color (decimal): -6130090 or 5666466. OLE color: 5666466.
HSL color Cylindrical-coordinate representation of color #A27656: hue angle of 25.26º 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 #A27656 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 118 | 86 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.36 |
| HSL | 25.26º | 0.31% | 0.49% | - |
| HSV(B) | 25.26º | 0.47% | 0.64% | - |
| XYZ | 23.06 | 21.31 | 11.7 | - |
| YUV | 127.51 | 104.58 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 86 | 0 | 0.27 | 0.47 | 0.36 | 25.26 | 0.31 | 0.49 |
| Hex | A2 | 76 | 56 | 0 | 1B | 2F | 24 | 19 | 1F | 31 |
| Octal | 242 | 166 | 126 | 0 | 33 | 57 | 44 | 31 | 37 | 61 |
| Binary | 10100010 | 1110110 | 1010110 | 0 | 11011 | 101111 | 100100 | 11001 | 11111 | 110001 |
Color Harmonies of #A27656
Complementary color
Monochromatic Colors of #A27656
Black with #A27656
Text Example
Text Example
White with #A27656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27656; }
p { color: rgb(162,118,86); }
H1.HeaderClassName
{
color: #A27656;
}
.AnyTagClassName
{
color: #A27656;
}
</style>
background-color css
<style>
a { background-color: #A27656; }
a { background-color: rgb(162,118,86); }
div.DivClassName
{
background-color: #A27656;
}
.BgClassName
{
background-color: #A27656;
}
</style>
border-color css
<style>
span { border-color: #A27656; }
span { border-color: rgb(162,118,86); }
td.TdClassName
{
border-color: #A27656;
}
.TagClassName
{
border-color: #A27656;
}
</style>