#A17C60

Color #A17C60 Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #A17C60

Tints of Medium Wood #A17C60

Color information

#A17C60 (or 0xA17C60) is unknown color: approx Medium Wood. HEX triplet: A1, 7C and 60. RGB value is (161,124,96). Sum of RGB (Red+Green+Blue) = 161+124+96=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17C60 is #5E839F. Grayscale: #848484. Windows color (decimal): -6194080 or 6323361. OLE color: 6323361.

HSL color Cylindrical-coordinate representation of color #A17C60: hue angle of 25.85º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A17C60 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB16112496-
CMYK00.230.400.37
HSL25.85º25.69%50.39%-
HSV(B)25.85º40.37%63.14%-
XYZ24.0222.8414.21-
YUV131.87107.76148.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.26%
GREEN value IS 124 (48.83% from 255) = 32.55%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=42.26%
G=32.55%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611249600.230.400.3725.8525.6950.39
HexA17C6001728251a1a32
Octal2411741400275045323262
Binary10100001111110011000000101111010001001011101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17C60; }

 p { color: rgb(161,124,96); }

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

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

 a { background-color: rgb(161,124,96); }

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

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

 span { border-color: rgb(161,124,96); }

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