#AF785D

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

Shades of Medium Wood #AF785D

Tints of Medium Wood #AF785D

Color information

#AF785D (or 0xAF785D) is unknown color: approx Medium Wood. HEX triplet: AF, 78 and 5D. RGB value is (175,120,93). Sum of RGB (Red+Green+Blue) = 175+120+93=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF785D is #5087A2. Grayscale: #858585. Windows color (decimal): -5277603 or 6125743. OLE color: 6125743.

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

Color convert

RGB17512093-
CMYK00.310.470.31
HSL19.76º33.88%52.55%-
HSV(B)19.76º46.86%68.63%-
XYZ26.3723.3413.47-
YUV133.37105.22157.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.10%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 93 (36.72% from 255) = 23.97%
R=45.10%
G=30.93%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751209300.310.470.3119.7633.8852.55
HexAF785D01F2F1F142235
Octal2571701350375737244265
Binary10101111111100010111010111111011111111110100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF785D; }

 p { color: rgb(175,120,93); }

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

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

 a { background-color: rgb(175,120,93); }

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

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

 span { border-color: rgb(175,120,93); }

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