#A47451

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

Shades of Pale Brown #A47451

Tints of Pale Brown #A47451

Color information

#A47451 (or 0xA47451) is unknown color: approx Pale Brown. HEX triplet: A4, 74 and 51. RGB value is (164,116,81). Sum of RGB (Red+Green+Blue) = 164+116+81=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A47451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47451 is #5B8BAE. Grayscale: #7E7E7E. Windows color (decimal): -5999535 or 5338276. OLE color: 5338276.

HSL color Cylindrical-coordinate representation of color #A47451: hue angle of 25.3º 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 #A47451 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB16411681-
CMYK00.290.510.36
HSL25.3º33.88%48.04%-
HSV(B)25.3º50.61%64.31%-
XYZ23.0420.9810.62-
YUV126.36102.4154.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 116 (45.70% from 255) = 32.13%
BLUE value IS 81 (32.03% from 255) = 22.44%
R=45.43%
G=32.13%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641168100.290.510.3625.333.8848.04
HexA4745101D3324192230
Octal2441641210356344314260
Binary101001001110100101000101110111001110010011001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47451; }

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

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

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

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

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

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

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

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