#AF8166

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

Shades of Medium Wood #AF8166

Tints of Medium Wood #AF8166

Color information

#AF8166 (or 0xAF8166) is unknown color: approx Medium Wood. HEX triplet: AF, 81 and 66. RGB value is (175,129,102). Sum of RGB (Red+Green+Blue) = 175+129+102=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8166 is #507E99. Grayscale: #8B8B8B. Windows color (decimal): -5275290 or 6717871. OLE color: 6717871.

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

Color convert

RGB175129102-
CMYK00.260.420.31
HSL22.19º31.33%54.31%-
HSV(B)22.19º41.71%68.63%-
XYZ27.9325.7716.07-
YUV139.68106.74153.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 102 (40.23% from 255) = 25.12%
R=43.10%
G=31.77%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512910200.260.420.3122.1931.3354.31
HexAF816601A2A1F161f36
Octal2572011460325237263766
Binary10101111100000011100110011010101010111111011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8166; }

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

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

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

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

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

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

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

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