#AF8361

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

Shades of Medium Wood #AF8361

Tints of Medium Wood #AF8361

Color information

#AF8361 (or 0xAF8361) is unknown color: approx Medium Wood. HEX triplet: AF, 83 and 61. RGB value is (175,131,97). Sum of RGB (Red+Green+Blue) = 175+131+97=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8361 is #507C9E. Grayscale: #8C8C8C. Windows color (decimal): -5274783 or 6390703. OLE color: 6390703.

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

Color convert

RGB17513197-
CMYK00.250.450.31
HSL26.15º32.77%53.33%-
HSV(B)26.15º44.57%68.63%-
XYZ27.9526.2114.89-
YUV140.28103.58152.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 97 (38.28% from 255) = 24.07%
R=43.42%
G=32.51%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751319700.250.450.3126.1532.7753.33
HexAF83610192D1F1a2135
Octal2572031410315537324165
Binary101011111000001111000010110011011011111111010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8361; }

 p { color: rgb(175,131,97); }

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

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

 a { background-color: rgb(175,131,97); }

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

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

 span { border-color: rgb(175,131,97); }

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