#A17248

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

Shades of Pale Brown #A17248

Tints of Pale Brown #A17248

Color information

#A17248 (or 0xA17248) is unknown color: approx Pale Brown. HEX triplet: A1, 72 and 48. RGB value is (161,114,72). Sum of RGB (Red+Green+Blue) = 161+114+72=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A17248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17248 is #5E8DB7. Grayscale: #7B7B7B. Windows color (decimal): -6196664 or 4747937. OLE color: 4747937.

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

Color convert

RGB16111472-
CMYK00.290.550.37
HSL28.31º38.2%45.69%-
HSV(B)28.31º55.28%63.14%-
XYZ21.8820.088.85-
YUV123.2699.07154.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 72 (28.52% from 255) = 20.75%
R=46.40%
G=32.85%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611147200.290.550.3728.3138.245.69
HexA1724801D37251c262e
Octal2411621100356745344656
Binary101000011110010100100001110111011110010111100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17248; }

 p { color: rgb(161,114,72); }

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

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

 a { background-color: rgb(161,114,72); }

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

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

 span { border-color: rgb(161,114,72); }

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