#A27547

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

Shades of Pale Brown #A27547

Tints of Pale Brown #A27547

Color information

#A27547 (or 0xA27547) is unknown color: approx Pale Brown. HEX triplet: A2, 75 and 47. RGB value is (162,117,71). Sum of RGB (Red+Green+Blue) = 162+117+71=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A27547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27547 is #5D8AB8. Grayscale: #7D7D7D. Windows color (decimal): -6130361 or 4683170. OLE color: 4683170.

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

Color convert

RGB16211771-
CMYK00.280.560.36
HSL30.33º39.06%45.69%-
HSV(B)30.33º56.17%63.53%-
XYZ22.420.868.81-
YUV125.2197.41154.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 71 (28.12% from 255) = 20.29%
R=46.29%
G=33.43%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621177100.280.560.3630.3339.0645.69
HexA2754701C38241e272e
Octal2421651070347044364756
Binary101000101110101100011101110011100010010011110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27547; }

 p { color: rgb(162,117,71); }

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

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

 a { background-color: rgb(162,117,71); }

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

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

 span { border-color: rgb(162,117,71); }

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