#A17448

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

Shades of Pale Brown #A17448

Tints of Pale Brown #A17448

Color information

#A17448 (or 0xA17448) is unknown color: approx Pale Brown. HEX triplet: A1, 74 and 48. RGB value is (161,116,72). Sum of RGB (Red+Green+Blue) = 161+116+72=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A17448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17448 is #5E8BB7. Grayscale: #7C7C7C. Windows color (decimal): -6196152 or 4748449. OLE color: 4748449.

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

Color convert

RGB16111672-
CMYK00.280.550.37
HSL29.66º38.2%45.69%-
HSV(B)29.66º55.28%63.14%-
XYZ22.1120.548.93-
YUV124.4498.41154.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 72 (28.52% from 255) = 20.63%
R=46.13%
G=33.24%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611167200.280.550.3729.6638.245.69
HexA1744801C37251e262e
Octal2411641100346745364656
Binary101000011110100100100001110011011110010111110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17448; }

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

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

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

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

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

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

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

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