Shades of Pale Brown #A47552
Tints of Pale Brown #A47552
RGB
CMYK
RGB Variations
Color information
#A47552 (or 0xA47552) is known color: Pale Brown. HEX triplet: A4, 75 and 52. RGB value is (164,117,82). Sum of RGB (Red+Green+Blue) = 164+117+82=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A47552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47552 is #5B8AAD. Grayscale: #7F7F7F. Windows color (decimal): -5999278 or 5404068. OLE color: 5404068.
HSL color Cylindrical-coordinate representation of color #A47552: hue angle of 25.61º 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 #A47552 is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 117 | 82 | - |
| CMYK | 0 | 0.29 | 0.5 | 0.36 |
| HSL | 25.61º | 0.33% | 0.48% | - |
| HSV(B) | 25.61º | 0.5% | 0.64% | - |
| XYZ | 23.19 | 21.22 | 10.86 | - |
| YUV | 127.06 | 102.57 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 82 | 0 | 0.29 | 0.5 | 0.36 | 25.61 | 0.33 | 0.48 |
| Hex | A4 | 75 | 52 | 0 | 1D | 32 | 24 | 1A | 21 | 30 |
| Octal | 244 | 165 | 122 | 0 | 35 | 62 | 44 | 32 | 41 | 60 |
| Binary | 10100100 | 1110101 | 1010010 | 0 | 11101 | 110010 | 100100 | 11010 | 100001 | 110000 |
Color Harmonies of #A47552
Complementary color
Monochromatic Colors of #A47552
Black with #A47552
Text Example
Text Example
White with #A47552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47552; }
p { color: rgb(164,117,82); }
H1.HeaderClassName
{
color: #A47552;
}
.AnyTagClassName
{
color: #A47552;
}
</style>
background-color css
<style>
a { background-color: #A47552; }
a { background-color: rgb(164,117,82); }
div.DivClassName
{
background-color: #A47552;
}
.BgClassName
{
background-color: #A47552;
}
</style>
border-color css
<style>
span { border-color: #A47552; }
span { border-color: rgb(164,117,82); }
td.TdClassName
{
border-color: #A47552;
}
.TagClassName
{
border-color: #A47552;
}
</style>