#A27249

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

Shades of Pale Brown #A27249

Tints of Pale Brown #A27249

Color information

#A27249 (or 0xA27249) is unknown color: approx Pale Brown. HEX triplet: A2, 72 and 49. RGB value is (162,114,73). Sum of RGB (Red+Green+Blue) = 162+114+73=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A27249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27249 is #5D8DB6. Grayscale: #7B7B7B. Windows color (decimal): -6131127 or 4813474. OLE color: 4813474.

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

Color convert

RGB16211473-
CMYK00.300.550.36
HSL27.64º37.87%46.08%-
HSV(B)27.64º54.94%63.53%-
XYZ22.1220.29.04-
YUV123.6899.4155.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 73 (28.91% from 255) = 20.92%
R=46.42%
G=32.66%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621147300.300.550.3627.6437.8746.08
HexA2724901E37241c262e
Octal2421621110366744344656
Binary101000101110010100100101111011011110010011100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27249; }

 p { color: rgb(162,114,73); }

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

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

 a { background-color: rgb(162,114,73); }

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

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

 span { border-color: rgb(162,114,73); }

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