#AF8860

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

Shades of Medium Wood #AF8860

Tints of Medium Wood #AF8860

Color information

#AF8860 (or 0xAF8860) is unknown color: approx Medium Wood. HEX triplet: AF, 88 and 60. RGB value is (175,136,96). Sum of RGB (Red+Green+Blue) = 175+136+96=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8860 is #50779F. Grayscale: #8F8F8F. Windows color (decimal): -5273504 or 6326447. OLE color: 6326447.

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

Color convert

RGB17513696-
CMYK00.220.450.31
HSL30.38º33.05%53.14%-
HSV(B)30.38º45.14%68.63%-
XYZ28.5927.5714.88-
YUV143.1101.42150.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=43.00%
G=33.42%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751369600.220.450.3130.3833.0553.14
HexAF88600162D1F1e2135
Octal2572101400265537364165
Binary101011111000100011000000101101011011111111110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8860; }

 p { color: rgb(175,136,96); }

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

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

 a { background-color: rgb(175,136,96); }

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

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

 span { border-color: rgb(175,136,96); }

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