Shades of Pale Brown #A47551
Tints of Pale Brown #A47551
RGB
CMYK
RGB Variations
Color information
#A47551 (or 0xA47551) is known color: Pale Brown. HEX triplet: A4, 75 and 51. RGB value is (164,117,81). Sum of RGB (Red+Green+Blue) = 164+117+81=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A47551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47551 is #5B8AAE. Grayscale: #7F7F7F. Windows color (decimal): -5999279 or 5338532. OLE color: 5338532.
HSL color Cylindrical-coordinate representation of color #A47551: hue angle of 26.02º 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 #A47551 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 117 | 81 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.36 |
| HSL | 26.02º | 0.34% | 0.48% | - |
| HSV(B) | 26.02º | 0.51% | 0.64% | - |
| XYZ | 23.16 | 21.21 | 10.66 | - |
| YUV | 126.95 | 102.07 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 81 | 0 | 0.29 | 0.51 | 0.36 | 26.02 | 0.34 | 0.48 |
| Hex | A4 | 75 | 51 | 0 | 1D | 33 | 24 | 1A | 22 | 30 |
| Octal | 244 | 165 | 121 | 0 | 35 | 63 | 44 | 32 | 42 | 60 |
| Binary | 10100100 | 1110101 | 1010001 | 0 | 11101 | 110011 | 100100 | 11010 | 100010 | 110000 |
Color Harmonies of #A47551
Complementary color
Monochromatic Colors of #A47551
Black with #A47551
Text Example
Text Example
White with #A47551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47551; }
p { color: rgb(164,117,81); }
H1.HeaderClassName
{
color: #A47551;
}
.AnyTagClassName
{
color: #A47551;
}
</style>
background-color css
<style>
a { background-color: #A47551; }
a { background-color: rgb(164,117,81); }
div.DivClassName
{
background-color: #A47551;
}
.BgClassName
{
background-color: #A47551;
}
</style>
border-color css
<style>
span { border-color: #A47551; }
span { border-color: rgb(164,117,81); }
td.TdClassName
{
border-color: #A47551;
}
.TagClassName
{
border-color: #A47551;
}
</style>