#AF8866

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

Shades of Medium Wood #AF8866

Tints of Medium Wood #AF8866

Color information

#AF8866 (or 0xAF8866) is unknown color: approx Medium Wood. HEX triplet: AF, 88 and 66. RGB value is (175,136,102). Sum of RGB (Red+Green+Blue) = 175+136+102=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8866 is #507799. Grayscale: #8F8F8F. Windows color (decimal): -5273498 or 6719663. OLE color: 6719663.

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

Color convert

RGB175136102-
CMYK00.220.420.31
HSL27.95º31.33%54.31%-
HSV(B)27.95º41.71%68.63%-
XYZ28.8827.6816.39-
YUV143.78104.42150.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 102 (40.23% from 255) = 24.70%
R=42.37%
G=32.93%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513610200.220.420.3127.9531.3354.31
HexAF88660162A1F1c1f36
Octal2572101460265237343766
Binary10101111100010001100110010110101010111111110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8866; }

 p { color: rgb(175,136,102); }

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

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

 a { background-color: rgb(175,136,102); }

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

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

 span { border-color: rgb(175,136,102); }

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