#A47651

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

Shades of Pale Brown #A47651

Tints of Pale Brown #A47651

Color information

#A47651 (or 0xA47651) is unknown color: approx Pale Brown. HEX triplet: A4, 76 and 51. RGB value is (164,118,81). Sum of RGB (Red+Green+Blue) = 164+118+81=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A47651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47651 is #5B89AE. Grayscale: #7F7F7F. Windows color (decimal): -5999023 or 5338788. OLE color: 5338788.

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

Color convert

RGB16411881-
CMYK00.280.510.36
HSL26.75º33.88%48.04%-
HSV(B)26.75º50.61%64.31%-
XYZ23.2721.4410.7-
YUV127.54101.74154.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.18%
GREEN value IS 118 (46.48% from 255) = 32.51%
BLUE value IS 81 (32.03% from 255) = 22.31%
R=45.18%
G=32.51%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641188100.280.510.3626.7533.8848.04
HexA4765101C33241b2230
Octal2441661210346344334260
Binary101001001110110101000101110011001110010011011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47651; }

 p { color: rgb(164,118,81); }

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

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

 a { background-color: rgb(164,118,81); }

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

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

 span { border-color: rgb(164,118,81); }

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