#af805a

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

Shades of Medium Wood #AF805A

Tints of Medium Wood #AF805A

Color information

#AF805A (or 0xAF805A) is unknown color: approx Medium Wood. HEX triplet: AF, 80 and 5A. RGB value is (175,128,90). Sum of RGB (Red+Green+Blue) = 175+128+90=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF805A is #507FA5. Grayscale: #898989. Windows color (decimal): -5275558 or 5931183. OLE color: 5931183.

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

Color convert

RGB17512890-
CMYK00.270.490.31
HSL26.82º34.69%51.96%-
HSV(B)26.82º48.57%68.63%-
XYZ27.2425.2913.12-
YUV137.72101.07154.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 90 (35.55% from 255) = 22.90%
R=44.53%
G=32.57%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751289000.270.490.3126.8234.6951.96
HexAF805A01B311F1b2334
Octal2572001320336137334364
Binary101011111000000010110100110111100011111111011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af805a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af805a; }

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

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

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

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

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

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

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

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