#AF805E

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

Shades of Medium Wood #AF805E

Tints of Medium Wood #AF805E

Color information

#AF805E (or 0xAF805E) is unknown color: approx Medium Wood. HEX triplet: AF, 80 and 5E. RGB value is (175,128,94). Sum of RGB (Red+Green+Blue) = 175+128+94=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF805E is #507FA1. Grayscale: #8A8A8A. Windows color (decimal): -5275554 or 6193327. OLE color: 6193327.

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

Color convert

RGB17512894-
CMYK00.270.460.31
HSL25.19º33.61%52.75%-
HSV(B)25.19º46.29%68.63%-
XYZ27.4225.3614.04-
YUV138.18103.07154.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=44.08%
G=32.24%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751289400.270.460.3125.1933.6152.75
HexAF805E01B2E1F192235
Octal2572001360335637314265
Binary101011111000000010111100110111011101111111001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF805E; }

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

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

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

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

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

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

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

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