#AF806D

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

Shades of Medium Wood #AF806D

Tints of Medium Wood #AF806D

Color information

#AF806D (or 0xAF806D) is unknown color: approx Medium Wood. HEX triplet: AF, 80 and 6D. RGB value is (175,128,109). Sum of RGB (Red+Green+Blue) = 175+128+109=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF806D is #507F92. Grayscale: #8C8C8C. Windows color (decimal): -5275539 or 7176367. OLE color: 7176367.

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

Color convert

RGB175128109-
CMYK00.270.380.31
HSL17.27º29.2%55.69%-
HSV(B)17.27º37.71%68.63%-
XYZ28.1625.6617.94-
YUV139.89110.57153.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 109 (42.97% from 255) = 26.46%
R=42.48%
G=31.07%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512810900.270.380.3117.2729.255.69
HexAF806D01B261F111d38
Octal2572001550334637213570
Binary10101111100000001101101011011100110111111000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF806D; }

 p { color: rgb(175,128,109); }

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

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

 a { background-color: rgb(175,128,109); }

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

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

 span { border-color: rgb(175,128,109); }

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