#A17548

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

Shades of Pale Brown #A17548

Tints of Pale Brown #A17548

Color information

#A17548 (or 0xA17548) is unknown color: approx Pale Brown. HEX triplet: A1, 75 and 48. RGB value is (161,117,72). Sum of RGB (Red+Green+Blue) = 161+117+72=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A17548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17548 is #5E8AB7. Grayscale: #7D7D7D. Windows color (decimal): -6195896 or 4748705. OLE color: 4748705.

HSL color Cylindrical-coordinate representation of color #A17548: hue angle of 30.34º 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 #A17548 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB16111772-
CMYK00.270.550.37
HSL30.34º38.2%45.69%-
HSV(B)30.34º55.28%63.14%-
XYZ22.2320.778.97-
YUV125.0398.08153.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 72 (28.52% from 255) = 20.57%
R=46%
G=33.43%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611177200.270.550.3730.3438.245.69
HexA1754801B37251e262e
Octal2411651100336745364656
Binary101000011110101100100001101111011110010111110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17548; }

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

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

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

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

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

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

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

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