#A27148

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

Shades of Pale Brown #A27148

Tints of Pale Brown #A27148

Color information

#A27148 (or 0xA27148) is unknown color: approx Pale Brown. HEX triplet: A2, 71 and 48. RGB value is (162,113,72). Sum of RGB (Red+Green+Blue) = 162+113+72=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A27148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27148 is #5D8EB7. Grayscale: #7B7B7B. Windows color (decimal): -6131384 or 4747682. OLE color: 4747682.

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

Color convert

RGB16211372-
CMYK00.300.560.36
HSL27.33º38.46%45.88%-
HSV(B)27.33º55.56%63.53%-
XYZ21.9819.968.83-
YUV122.9899.23155.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 72 (28.52% from 255) = 20.75%
R=46.69%
G=32.56%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621137200.300.560.3627.3338.4645.88
HexA2714801E38241b262e
Octal2421611100367044334656
Binary101000101110001100100001111011100010010011011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27148; }

 p { color: rgb(162,113,72); }

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

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

 a { background-color: rgb(162,113,72); }

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

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

 span { border-color: rgb(162,113,72); }

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