Shades of Pale Brown #A47554
Tints of Pale Brown #A47554
RGB
CMYK
RGB Variations
Color information
#A47554 (or 0xA47554) is known color: Pale Brown. HEX triplet: A4, 75 and 54. RGB value is (164,117,84). Sum of RGB (Red+Green+Blue) = 164+117+84=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A47554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47554 is #5B8AAB. Grayscale: #7F7F7F. Windows color (decimal): -5999276 or 5535140. OLE color: 5535140.
HSL color Cylindrical-coordinate representation of color #A47554: hue angle of 24.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A47554 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 117 | 84 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.36 |
| HSL | 24.75º | 0.32% | 0.49% | - |
| HSV(B) | 24.75º | 0.49% | 0.64% | - |
| XYZ | 23.27 | 21.26 | 11.26 | - |
| YUV | 127.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 84 | 0 | 0.29 | 0.49 | 0.36 | 24.75 | 0.32 | 0.49 |
| Hex | A4 | 75 | 54 | 0 | 1D | 31 | 24 | 19 | 20 | 31 |
| Octal | 244 | 165 | 124 | 0 | 35 | 61 | 44 | 31 | 40 | 61 |
| Binary | 10100100 | 1110101 | 1010100 | 0 | 11101 | 110001 | 100100 | 11001 | 100000 | 110001 |
Color Harmonies of #A47554
Complementary color
Monochromatic Colors of #A47554
Black with #A47554
Text Example
Text Example
White with #A47554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47554; }
p { color: rgb(164,117,84); }
H1.HeaderClassName
{
color: #A47554;
}
.AnyTagClassName
{
color: #A47554;
}
</style>
background-color css
<style>
a { background-color: #A47554; }
a { background-color: rgb(164,117,84); }
div.DivClassName
{
background-color: #A47554;
}
.BgClassName
{
background-color: #A47554;
}
</style>
border-color css
<style>
span { border-color: #A47554; }
span { border-color: rgb(164,117,84); }
td.TdClassName
{
border-color: #A47554;
}
.TagClassName
{
border-color: #A47554;
}
</style>