#AF866C

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

Shades of Medium Wood #AF866C

Tints of Medium Wood #AF866C

Color information

#AF866C (or 0xAF866C) is unknown color: approx Medium Wood. HEX triplet: AF, 86 and 6C. RGB value is (175,134,108). Sum of RGB (Red+Green+Blue) = 175+134+108=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF866C is #507993. Grayscale: #8F8F8F. Windows color (decimal): -5274004 or 7112367. OLE color: 7112367.

HSL color Cylindrical-coordinate representation of color #AF866C: hue angle of 23.28º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF866C is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB175134108-
CMYK00.230.380.31
HSL23.28º29.52%55.49%-
HSV(B)23.28º38.29%68.63%-
XYZ28.9127.2517.92-
YUV143.3108.08150.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 134 (52.73% from 255) = 32.13%
BLUE value IS 108 (42.58% from 255) = 25.90%
R=41.97%
G=32.13%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513410800.230.380.3123.2829.5255.49
HexAF866C017261F171e37
Octal2572061540274637273667
Binary10101111100001101101100010111100110111111011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF866C; }

 p { color: rgb(175,134,108); }

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

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

 a { background-color: rgb(175,134,108); }

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

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

 span { border-color: rgb(175,134,108); }

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