#A17959

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

Shades of Pale Brown #A17959

Tints of Pale Brown #A17959

Color information

#A17959 (or 0xA17959) is unknown color: approx Pale Brown. HEX triplet: A1, 79 and 59. RGB value is (161,121,89). Sum of RGB (Red+Green+Blue) = 161+121+89=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A17959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17959 is #5E86A6. Grayscale: #818181. Windows color (decimal): -6194855 or 5863841. OLE color: 5863841.

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

Color convert

RGB16112189-
CMYK00.250.450.37
HSL26.67º28.8%49.02%-
HSV(B)26.67º44.72%63.14%-
XYZ23.3421.9712.46-
YUV129.31105.25150.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 121 (47.66% from 255) = 32.61%
BLUE value IS 89 (35.16% from 255) = 23.99%
R=43.40%
G=32.61%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611218900.250.450.3726.6728.849.02
HexA179590192D251b1d31
Octal2411711310315545333561
Binary10100001111100110110010110011011011001011101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17959; }

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

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

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

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

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

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

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

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