#A17F69

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

Shades of Medium Wood #A17F69

Tints of Medium Wood #A17F69

Color information

#A17F69 (or 0xA17F69) is unknown color: approx Medium Wood. HEX triplet: A1, 7F and 69. RGB value is (161,127,105). Sum of RGB (Red+Green+Blue) = 161+127+105=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F69 is #5E8096. Grayscale: #868686. Windows color (decimal): -6193303 or 6913953. OLE color: 6913953.

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

Color convert

RGB161127105-
CMYK00.210.350.37
HSL23.57º22.95%52.16%-
HSV(B)23.57º34.78%63.14%-
XYZ24.8423.7816.64-
YUV134.66111.26146.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 127 (50% from 255) = 32.32%
BLUE value IS 105 (41.41% from 255) = 26.72%
R=40.97%
G=32.32%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112710500.210.350.3723.5722.9552.16
HexA17F690152325181734
Octal2411771510254345302764
Binary10100001111111111010010101011000111001011100010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17F69; }

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

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

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

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

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

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

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

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