#A17A63

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

Shades of Medium Wood #A17A63

Tints of Medium Wood #A17A63

Color information

#A17A63 (or 0xA17A63) is unknown color: approx Medium Wood. HEX triplet: A1, 7A and 63. RGB value is (161,122,99). Sum of RGB (Red+Green+Blue) = 161+122+99=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17A63 is #5E859C. Grayscale: #838383. Windows color (decimal): -6194589 or 6519457. OLE color: 6519457.

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

Color convert

RGB16112299-
CMYK00.240.390.37
HSL22.26º24.8%50.98%-
HSV(B)22.26º38.51%63.14%-
XYZ23.9122.414.87-
YUV131.04109.92149.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.15%
GREEN value IS 122 (48.05% from 255) = 31.94%
BLUE value IS 99 (39.06% from 255) = 25.92%
R=42.15%
G=31.94%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611229900.240.390.3722.2624.850.98
HexA17A630182725161933
Octal2411721430304745263163
Binary10100001111101011000110110001001111001011011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17A63; }

 p { color: rgb(161,122,99); }

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

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

 a { background-color: rgb(161,122,99); }

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

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

 span { border-color: rgb(161,122,99); }

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