Shades of Pale Brown #A27750
Tints of Pale Brown #A27750
RGB
CMYK
RGB Variations
Color information
#A27750 (or 0xA27750) is known color: Pale Brown. HEX triplet: A2, 77 and 50. RGB value is (162,119,80). Sum of RGB (Red+Green+Blue) = 162+119+80=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A27750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27750 is #5D88AF. Grayscale: #7F7F7F. Windows color (decimal): -6129840 or 5273506. OLE color: 5273506.
HSL color Cylindrical-coordinate representation of color #A27750: hue angle of 28.54º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A27750 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 119 | 80 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.36 |
| HSL | 28.54º | 0.34% | 0.47% | - |
| HSV(B) | 28.54º | 0.51% | 0.64% | - |
| XYZ | 22.95 | 21.45 | 10.52 | - |
| YUV | 127.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 80 | 0 | 0.27 | 0.51 | 0.36 | 28.54 | 0.34 | 0.47 |
| Hex | A2 | 77 | 50 | 0 | 1B | 33 | 24 | 1D | 22 | 2F |
| Octal | 242 | 167 | 120 | 0 | 33 | 63 | 44 | 35 | 42 | 57 |
| Binary | 10100010 | 1110111 | 1010000 | 0 | 11011 | 110011 | 100100 | 11101 | 100010 | 101111 |
Color Harmonies of #A27750
Complementary color
Monochromatic Colors of #A27750
Black with #A27750
Text Example
Text Example
White with #A27750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27750; }
p { color: rgb(162,119,80); }
H1.HeaderClassName
{
color: #A27750;
}
.AnyTagClassName
{
color: #A27750;
}
</style>
background-color css
<style>
a { background-color: #A27750; }
a { background-color: rgb(162,119,80); }
div.DivClassName
{
background-color: #A27750;
}
.BgClassName
{
background-color: #A27750;
}
</style>
border-color css
<style>
span { border-color: #A27750; }
span { border-color: rgb(162,119,80); }
td.TdClassName
{
border-color: #A27750;
}
.TagClassName
{
border-color: #A27750;
}
</style>