#AF805C

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

Shades of Medium Wood #AF805C

Tints of Medium Wood #AF805C

Color information

#AF805C (or 0xAF805C) is unknown color: approx Medium Wood. HEX triplet: AF, 80 and 5C. RGB value is (175,128,92). Sum of RGB (Red+Green+Blue) = 175+128+92=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF805C is #507FA3. Grayscale: #8A8A8A. Windows color (decimal): -5275556 or 6062255. OLE color: 6062255.

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

Color convert

RGB17512892-
CMYK00.270.470.31
HSL26.02º34.16%52.35%-
HSV(B)26.02º47.43%68.63%-
XYZ27.3325.3313.57-
YUV137.95102.07154.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=44.30%
G=32.41%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751289200.270.470.3126.0234.1652.35
HexAF805C01B2F1F1a2234
Octal2572001340335737324264
Binary101011111000000010111000110111011111111111010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF805C; }

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

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

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

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

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

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

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

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