#AF795E

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

Shades of Medium Wood #AF795E

Tints of Medium Wood #AF795E

Color information

#AF795E (or 0xAF795E) is unknown color: approx Medium Wood. HEX triplet: AF, 79 and 5E. RGB value is (175,121,94). Sum of RGB (Red+Green+Blue) = 175+121+94=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF795E is #5086A1. Grayscale: #868686. Windows color (decimal): -5277346 or 6191535. OLE color: 6191535.

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

Color convert

RGB17512194-
CMYK00.310.460.31
HSL20º33.61%52.75%-
HSV(B)20º46.29%68.63%-
XYZ26.5423.613.75-
YUV134.07105.39157.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 94 (37.11% from 255) = 24.10%
R=44.87%
G=31.03%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751219400.310.460.312033.6152.75
HexAF795E01F2E1F142235
Octal2571711360375637244265
Binary10101111111100110111100111111011101111110100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF795E; }

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

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

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

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

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

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

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

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