Shades of Pale Brown #A47653
Tints of Pale Brown #A47653
RGB
CMYK
RGB Variations
Color information
#A47653 (or 0xA47653) is known color: Pale Brown. HEX triplet: A4, 76 and 53. RGB value is (164,118,83). Sum of RGB (Red+Green+Blue) = 164+118+83=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A47653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47653 is #5B89AC. Grayscale: #7F7F7F. Windows color (decimal): -5999021 or 5469860. OLE color: 5469860.
HSL color Cylindrical-coordinate representation of color #A47653: hue angle of 25.93º degrees, saturation: 0.33, 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 #A47653 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 118 | 83 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.36 |
| HSL | 25.93º | 0.33% | 0.48% | - |
| HSV(B) | 25.93º | 0.49% | 0.64% | - |
| XYZ | 23.35 | 21.47 | 11.1 | - |
| YUV | 127.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 83 | 0 | 0.28 | 0.49 | 0.36 | 25.93 | 0.33 | 0.48 |
| Hex | A4 | 76 | 53 | 0 | 1C | 31 | 24 | 1A | 21 | 30 |
| Octal | 244 | 166 | 123 | 0 | 34 | 61 | 44 | 32 | 41 | 60 |
| Binary | 10100100 | 1110110 | 1010011 | 0 | 11100 | 110001 | 100100 | 11010 | 100001 | 110000 |
Color Harmonies of #A47653
Complementary color
Monochromatic Colors of #A47653
Black with #A47653
Text Example
Text Example
White with #A47653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47653; }
p { color: rgb(164,118,83); }
H1.HeaderClassName
{
color: #A47653;
}
.AnyTagClassName
{
color: #A47653;
}
</style>
background-color css
<style>
a { background-color: #A47653; }
a { background-color: rgb(164,118,83); }
div.DivClassName
{
background-color: #A47653;
}
.BgClassName
{
background-color: #A47653;
}
</style>
border-color css
<style>
span { border-color: #A47653; }
span { border-color: rgb(164,118,83); }
td.TdClassName
{
border-color: #A47653;
}
.TagClassName
{
border-color: #A47653;
}
</style>