#A17F6D

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

Shades of Medium Wood #A17F6D

Tints of Medium Wood #A17F6D

Color information

#A17F6D (or 0xA17F6D) is unknown color: approx Medium Wood. HEX triplet: A1, 7F and 6D. RGB value is (161,127,109). Sum of RGB (Red+Green+Blue) = 161+127+109=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F6D is #5E8092. Grayscale: #878787. Windows color (decimal): -6193299 or 7176097. OLE color: 7176097.

HSL color Cylindrical-coordinate representation of color #A17F6D: hue angle of 20.77º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A17F6D is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB161127109-
CMYK00.210.320.37
HSL20.77º21.67%52.94%-
HSV(B)20.77º32.3%63.14%-
XYZ25.0523.8617.75-
YUV135.11113.26146.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 127 (50% from 255) = 31.99%
BLUE value IS 109 (42.97% from 255) = 27.46%
R=40.55%
G=31.99%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112710900.210.320.3720.7721.6752.94
HexA17F6D0152025151635
Octal2411771550254045252665
Binary10100001111111111011010101011000001001011010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17F6D; }

 p { color: rgb(161,127,109); }

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

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

 a { background-color: rgb(161,127,109); }

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

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

 span { border-color: rgb(161,127,109); }

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