#AF785A

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

Shades of Medium Wood #AF785A

Tints of Medium Wood #AF785A

Color information

#AF785A (or 0xAF785A) is unknown color: approx Medium Wood. HEX triplet: AF, 78 and 5A. RGB value is (175,120,90). Sum of RGB (Red+Green+Blue) = 175+120+90=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF785A is #5087A5. Grayscale: #858585. Windows color (decimal): -5277606 or 5929135. OLE color: 5929135.

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

Color convert

RGB17512090-
CMYK00.310.490.31
HSL21.18º34.69%51.96%-
HSV(B)21.18º48.57%68.63%-
XYZ26.2423.2912.78-
YUV133.02103.72157.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 90 (35.55% from 255) = 23.38%
R=45.45%
G=31.17%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751209000.310.490.3121.1834.6951.96
HexAF785A01F311F152334
Octal2571701320376137254364
Binary10101111111100010110100111111100011111110101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF785A; }

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

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

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

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

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

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

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

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