#AF8665

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

Shades of Medium Wood #AF8665

Tints of Medium Wood #AF8665

Color information

#AF8665 (or 0xAF8665) is unknown color: approx Medium Wood. HEX triplet: AF, 86 and 65. RGB value is (175,134,101). Sum of RGB (Red+Green+Blue) = 175+134+101=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8665 is #50799A. Grayscale: #8E8E8E. Windows color (decimal): -5274011 or 6653615. OLE color: 6653615.

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

Color convert

RGB175134101-
CMYK00.230.420.31
HSL26.76º31.62%54.12%-
HSV(B)26.76º42.29%68.63%-
XYZ28.5527.116.04-
YUV142.5104.58151.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 134 (52.73% from 255) = 32.68%
BLUE value IS 101 (39.84% from 255) = 24.63%
R=42.68%
G=32.68%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513410100.230.420.3126.7631.6254.12
HexAF86650172A1F1b2036
Octal2572061450275237334066
Binary101011111000011011001010101111010101111111011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8665; }

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

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

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

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

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

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

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

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