#A17955

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

Shades of Pale Brown #A17955

Tints of Pale Brown #A17955

Color information

#A17955 (or 0xA17955) is unknown color: approx Pale Brown. HEX triplet: A1, 79 and 55. RGB value is (161,121,85). Sum of RGB (Red+Green+Blue) = 161+121+85=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A17955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17955 is #5E86AA. Grayscale: #818181. Windows color (decimal): -6194859 or 5601697. OLE color: 5601697.

HSL color Cylindrical-coordinate representation of color #A17955: hue angle of 28.42º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A17955 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB16112185-
CMYK00.250.470.37
HSL28.42º30.89%48.24%-
HSV(B)28.42º47.2%63.14%-
XYZ23.1821.9111.6-
YUV128.86103.25150.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 85 (33.59% from 255) = 23.16%
R=43.87%
G=32.97%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611218500.250.470.3728.4230.8948.24
HexA179550192F251c1f30
Octal2411711250315745343760
Binary10100001111100110101010110011011111001011110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17955; }

 p { color: rgb(161,121,85); }

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

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

 a { background-color: rgb(161,121,85); }

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

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

 span { border-color: rgb(161,121,85); }

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