#AF846C

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

Shades of Medium Wood #AF846C

Tints of Medium Wood #AF846C

Color information

#AF846C (or 0xAF846C) is unknown color: approx Medium Wood. HEX triplet: AF, 84 and 6C. RGB value is (175,132,108). Sum of RGB (Red+Green+Blue) = 175+132+108=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF846C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF846C is #507B93. Grayscale: #8E8E8E. Windows color (decimal): -5274516 or 7111855. OLE color: 7111855.

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

Color convert

RGB175132108-
CMYK00.250.380.31
HSL21.49º29.52%55.49%-
HSV(B)21.49º38.29%68.63%-
XYZ28.6426.717.83-
YUV142.12108.75151.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=42.17%
G=31.81%
B=26.02%

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
Decimal17513210800.250.380.3121.4929.5255.49
HexAF846C019261F151e37
Octal2572041540314637253667
Binary10101111100001001101100011001100110111111010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF846C; }

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

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

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

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

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

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

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

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