Shades of Pale Brown #A47752
Tints of Pale Brown #A47752
RGB
CMYK
RGB Variations
Color information
#A47752 (or 0xA47752) is known color: Pale Brown. HEX triplet: A4, 77 and 52. RGB value is (164,119,82). Sum of RGB (Red+Green+Blue) = 164+119+82=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A47752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47752 is #5B88AD. Grayscale: #808080. Windows color (decimal): -5998766 or 5404580. OLE color: 5404580.
HSL color Cylindrical-coordinate representation of color #A47752: hue angle of 27.07º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A47752 is Cyan = 0, Magento = 0.27, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 119 | 82 | - |
| CMYK | 0 | 0.27 | 0.5 | 0.36 |
| HSL | 27.07º | 0.33% | 0.48% | - |
| HSV(B) | 27.07º | 0.5% | 0.64% | - |
| XYZ | 23.43 | 21.7 | 10.94 | - |
| YUV | 128.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 82 | 0 | 0.27 | 0.5 | 0.36 | 27.07 | 0.33 | 0.48 |
| Hex | A4 | 77 | 52 | 0 | 1B | 32 | 24 | 1B | 21 | 30 |
| Octal | 244 | 167 | 122 | 0 | 33 | 62 | 44 | 33 | 41 | 60 |
| Binary | 10100100 | 1110111 | 1010010 | 0 | 11011 | 110010 | 100100 | 11011 | 100001 | 110000 |
Color Harmonies of #A47752
Complementary color
Monochromatic Colors of #A47752
Black with #A47752
Text Example
Text Example
White with #A47752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47752; }
p { color: rgb(164,119,82); }
H1.HeaderClassName
{
color: #A47752;
}
.AnyTagClassName
{
color: #A47752;
}
</style>
background-color css
<style>
a { background-color: #A47752; }
a { background-color: rgb(164,119,82); }
div.DivClassName
{
background-color: #A47752;
}
.BgClassName
{
background-color: #A47752;
}
</style>
border-color css
<style>
span { border-color: #A47752; }
span { border-color: rgb(164,119,82); }
td.TdClassName
{
border-color: #A47752;
}
.TagClassName
{
border-color: #A47752;
}
</style>