#AF846D

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

Shades of Medium Wood #AF846D

Tints of Medium Wood #AF846D

Color information

#AF846D (or 0xAF846D) is unknown color: approx Medium Wood. HEX triplet: AF, 84 and 6D. RGB value is (175,132,109). Sum of RGB (Red+Green+Blue) = 175+132+109=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF846D is #507B92. Grayscale: #8E8E8E. Windows color (decimal): -5274515 or 7177391. OLE color: 7177391.

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

Color convert

RGB175132109-
CMYK00.250.380.31
HSL20.91º29.2%55.69%-
HSV(B)20.91º37.71%68.63%-
XYZ28.6926.7218.11-
YUV142.23109.25151.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 109 (42.97% from 255) = 26.20%
R=42.07%
G=31.73%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513210900.250.380.3120.9129.255.69
HexAF846D019261F151d38
Octal2572041550314637253570
Binary10101111100001001101101011001100110111111010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF846D; }

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

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

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

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

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

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

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

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