#AF876D

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

Shades of Medium Wood #AF876D

Tints of Medium Wood #AF876D

Color information

#AF876D (or 0xAF876D) is unknown color: approx Medium Wood. HEX triplet: AF, 87 and 6D. RGB value is (175,135,109). Sum of RGB (Red+Green+Blue) = 175+135+109=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF876D is #507892. Grayscale: #909090. Windows color (decimal): -5273747 or 7178159. OLE color: 7178159.

HSL color Cylindrical-coordinate representation of color #AF876D: hue angle of 23.64º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF876D is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB175135109-
CMYK00.230.380.31
HSL23.64º29.2%55.69%-
HSV(B)23.64º37.71%68.63%-
XYZ29.127.5518.25-
YUV144108.25150.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 135 (53.12% from 255) = 32.22%
BLUE value IS 109 (42.97% from 255) = 26.01%
R=41.77%
G=32.22%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513510900.230.380.3123.6429.255.69
HexAF876D017261F181d38
Octal2572071550274637303570
Binary10101111100001111101101010111100110111111100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF876D; }

 p { color: rgb(175,135,109); }

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

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

 a { background-color: rgb(175,135,109); }

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

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

 span { border-color: rgb(175,135,109); }

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