#AF8565

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

Shades of Medium Wood #AF8565

Tints of Medium Wood #AF8565

Color information

#AF8565 (or 0xAF8565) is unknown color: approx Medium Wood. HEX triplet: AF, 85 and 65. RGB value is (175,133,101). Sum of RGB (Red+Green+Blue) = 175+133+101=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8565 is #507A9A. Grayscale: #8E8E8E. Windows color (decimal): -5274267 or 6653359. OLE color: 6653359.

HSL color Cylindrical-coordinate representation of color #AF8565: hue angle of 25.95º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF8565 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB175133101-
CMYK00.240.420.31
HSL25.95º31.62%54.12%-
HSV(B)25.95º42.29%68.63%-
XYZ28.4226.8315.99-
YUV141.91104.91151.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 133 (52.34% from 255) = 32.52%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=42.79%
G=32.52%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513310100.240.420.3125.9531.6254.12
HexAF85650182A1F1a2036
Octal2572051450305237324066
Binary101011111000010111001010110001010101111111010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8565; }

 p { color: rgb(175,133,101); }

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

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

 a { background-color: rgb(175,133,101); }

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

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

 span { border-color: rgb(175,133,101); }

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