#AF8159

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

Shades of Medium Wood #AF8159

Tints of Medium Wood #AF8159

Color information

#AF8159 (or 0xAF8159) is unknown color: approx Medium Wood. HEX triplet: AF, 81 and 59. RGB value is (175,129,89). Sum of RGB (Red+Green+Blue) = 175+129+89=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8159 is #507EA6. Grayscale: #8A8A8A. Windows color (decimal): -5275303 or 5865903. OLE color: 5865903.

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

Color convert

RGB17512989-
CMYK00.260.490.31
HSL27.91º34.96%51.76%-
HSV(B)27.91º49.14%68.63%-
XYZ27.3325.5412.94-
YUV138.19100.24154.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 89 (35.16% from 255) = 22.65%
R=44.53%
G=32.82%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751298900.260.490.3127.9134.9651.76
HexAF815901A311F1c2334
Octal2572011310326137344364
Binary101011111000000110110010110101100011111111100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8159; }

 p { color: rgb(175,129,89); }

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

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

 a { background-color: rgb(175,129,89); }

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

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

 span { border-color: rgb(175,129,89); }

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