#A47752

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

Shades of Pale Brown #A47752

Tints of Pale Brown #A47752

Color information

#A47752 (or 0xA47752) is unknown color: approx 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

RGB16411982-
CMYK00.270.50.36
HSL27.07º33.33%48.24%-
HSV(B)27.07º50%64.31%-
XYZ23.4321.710.94-
YUV128.24101.91153.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.93%
GREEN value IS 119 (46.88% from 255) = 32.60%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=44.93%
G=32.60%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641198200.270.50.3627.0733.3348.24
HexA4775201B32241b2130
Octal2441671220336244334160
Binary101001001110111101001001101111001010010011011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>