Shades of Pale Brown #A27653
Tints of Pale Brown #A27653
RGB
CMYK
RGB Variations
Color information
#A27653 (or 0xA27653) is known color: Pale Brown. HEX triplet: A2, 76 and 53. RGB value is (162,118,83). Sum of RGB (Red+Green+Blue) = 162+118+83=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A27653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27653 is #5D89AC. Grayscale: #7F7F7F. Windows color (decimal): -6130093 or 5469858. OLE color: 5469858.
HSL color Cylindrical-coordinate representation of color #A27653: hue angle of 26.58º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A27653 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 118 | 83 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.36 |
| HSL | 26.58º | 0.32% | 0.48% | - |
| HSV(B) | 26.58º | 0.49% | 0.64% | - |
| XYZ | 22.94 | 21.26 | 11.08 | - |
| YUV | 127.17 | 103.08 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 83 | 0 | 0.27 | 0.49 | 0.36 | 26.58 | 0.32 | 0.48 |
| Hex | A2 | 76 | 53 | 0 | 1B | 31 | 24 | 1B | 20 | 30 |
| Octal | 242 | 166 | 123 | 0 | 33 | 61 | 44 | 33 | 40 | 60 |
| Binary | 10100010 | 1110110 | 1010011 | 0 | 11011 | 110001 | 100100 | 11011 | 100000 | 110000 |
Color Harmonies of #A27653
Complementary color
Monochromatic Colors of #A27653
Black with #A27653
Text Example
Text Example
White with #A27653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27653; }
p { color: rgb(162,118,83); }
H1.HeaderClassName
{
color: #A27653;
}
.AnyTagClassName
{
color: #A27653;
}
</style>
background-color css
<style>
a { background-color: #A27653; }
a { background-color: rgb(162,118,83); }
div.DivClassName
{
background-color: #A27653;
}
.BgClassName
{
background-color: #A27653;
}
</style>
border-color css
<style>
span { border-color: #A27653; }
span { border-color: rgb(162,118,83); }
td.TdClassName
{
border-color: #A27653;
}
.TagClassName
{
border-color: #A27653;
}
</style>