Shades of Pale Brown #A47650
Tints of Pale Brown #A47650
RGB
CMYK
RGB Variations
Color information
#A47650 (or 0xA47650) is known color: Pale Brown. HEX triplet: A4, 76 and 50. RGB value is (164,118,80). Sum of RGB (Red+Green+Blue) = 164+118+80=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A47650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47650 is #5B89AF. Grayscale: #7F7F7F. Windows color (decimal): -5999024 or 5273252. OLE color: 5273252.
HSL color Cylindrical-coordinate representation of color #A47650: hue angle of 27.14º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A47650 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 118 | 80 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.36 |
| HSL | 27.14º | 0.34% | 0.48% | - |
| HSV(B) | 27.14º | 0.51% | 0.64% | - |
| XYZ | 23.24 | 21.43 | 10.5 | - |
| YUV | 127.42 | 101.24 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 80 | 0 | 0.28 | 0.51 | 0.36 | 27.14 | 0.34 | 0.48 |
| Hex | A4 | 76 | 50 | 0 | 1C | 33 | 24 | 1B | 22 | 30 |
| Octal | 244 | 166 | 120 | 0 | 34 | 63 | 44 | 33 | 42 | 60 |
| Binary | 10100100 | 1110110 | 1010000 | 0 | 11100 | 110011 | 100100 | 11011 | 100010 | 110000 |
Color Harmonies of #A47650
Complementary color
Monochromatic Colors of #A47650
Black with #A47650
Text Example
Text Example
White with #A47650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47650; }
p { color: rgb(164,118,80); }
H1.HeaderClassName
{
color: #A47650;
}
.AnyTagClassName
{
color: #A47650;
}
</style>
background-color css
<style>
a { background-color: #A47650; }
a { background-color: rgb(164,118,80); }
div.DivClassName
{
background-color: #A47650;
}
.BgClassName
{
background-color: #A47650;
}
</style>
border-color css
<style>
span { border-color: #A47650; }
span { border-color: rgb(164,118,80); }
td.TdClassName
{
border-color: #A47650;
}
.TagClassName
{
border-color: #A47650;
}
</style>