#AF845E

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

Shades of Medium Wood #AF845E

Tints of Medium Wood #AF845E

Color information

#AF845E (or 0xAF845E) is unknown color: approx Medium Wood. HEX triplet: AF, 84 and 5E. RGB value is (175,132,94). Sum of RGB (Red+Green+Blue) = 175+132+94=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF845E is #507BA1. Grayscale: #8C8C8C. Windows color (decimal): -5274530 or 6194351. OLE color: 6194351.

HSL color Cylindrical-coordinate representation of color #AF845E: hue angle of 28.15º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF845E is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17513294-
CMYK00.250.460.31
HSL28.15º33.61%52.75%-
HSV(B)28.15º46.29%68.63%-
XYZ27.9526.4214.22-
YUV140.52101.75152.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 132 (51.95% from 255) = 32.92%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=43.64%
G=32.92%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751329400.250.460.3128.1533.6152.75
HexAF845E0192E1F1c2235
Octal2572041360315637344265
Binary101011111000010010111100110011011101111111100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF845E; }

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

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

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

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

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

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

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

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