#AF856C

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

Shades of Medium Wood #AF856C

Tints of Medium Wood #AF856C

Color information

#AF856C (or 0xAF856C) is unknown color: approx Medium Wood. HEX triplet: AF, 85 and 6C. RGB value is (175,133,108). Sum of RGB (Red+Green+Blue) = 175+133+108=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF856C is #507A93. Grayscale: #8E8E8E. Windows color (decimal): -5274260 or 7112111. OLE color: 7112111.

HSL color Cylindrical-coordinate representation of color #AF856C: hue angle of 22.39º 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 #AF856C is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB175133108-
CMYK00.240.380.31
HSL22.39º29.52%55.49%-
HSV(B)22.39º38.29%68.63%-
XYZ28.7726.9717.88-
YUV142.71108.41151.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=42.07%
G=31.97%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513310800.240.380.3122.3929.5255.49
HexAF856C018261F161e37
Octal2572051540304637263667
Binary10101111100001011101100011000100110111111011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF856C; }

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

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

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

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

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

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

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

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