#A27347

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

Shades of Pale Brown #A27347

Tints of Pale Brown #A27347

Color information

#A27347 (or 0xA27347) is unknown color: approx Pale Brown. HEX triplet: A2, 73 and 47. RGB value is (162,115,71). Sum of RGB (Red+Green+Blue) = 162+115+71=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A27347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27347 is #5D8CB8. Grayscale: #7C7C7C. Windows color (decimal): -6130873 or 4682658. OLE color: 4682658.

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

Color convert

RGB16211571-
CMYK00.290.560.36
HSL29.01º39.06%45.69%-
HSV(B)29.01º56.17%63.53%-
XYZ22.1720.48.73-
YUV124.0498.07155.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 71 (28.12% from 255) = 20.40%
R=46.55%
G=33.05%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621157100.290.560.3629.0139.0645.69
HexA2734701D38241d272e
Octal2421631070357044354756
Binary101000101110011100011101110111100010010011101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27347; }

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

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

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

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

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

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

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

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