#A47555

Color #A47555 Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #A47555

Tints of Pale Brown #A47555

Color information

#A47555 (or 0xA47555) is unknown color: approx Pale Brown. HEX triplet: A4, 75 and 55. RGB value is (164,117,85). Sum of RGB (Red+Green+Blue) = 164+117+85=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A47555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47555 is #5B8AAA. Grayscale: #7F7F7F. Windows color (decimal): -5999275 or 5600676. OLE color: 5600676.

HSL color Cylindrical-coordinate representation of color #A47555: hue angle of 24.3º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A47555 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16411785-
CMYK00.290.480.36
HSL24.3º31.73%48.82%-
HSV(B)24.3º48.17%64.31%-
XYZ23.3121.2711.47-
YUV127.4104.07154.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 44.81%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 85 (33.59% from 255) = 23.22%
R=44.81%
G=31.97%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641178500.290.480.3624.331.7348.82
HexA4755501D3024182031
Octal2441651250356044304061
Binary101001001110101101010101110111000010010011000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47555; }

 p { color: rgb(164,117,85); }

 H1.HeaderClassName
 {
   color: #A47555;
 }
 .AnyTagClassName
 {
   color: #A47555;
 }
</style>
background-color css

<style>
 a { background-color: #A47555; }

 a { background-color: rgb(164,117,85); }

 div.DivClassName
 {
   background-color: #A47555;
 }
 .BgClassName
 {
   background-color: #A47555;
 }
</style>
border-color css

<style>
 span { border-color: #A47555; }

 span { border-color: rgb(164,117,85); }

 td.TdClassName
 {
   border-color: #A47555;
 }
 .TagClassName
 {
   border-color: #A47555;
 }
</style>