#AF8766

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

Shades of Medium Wood #AF8766

Tints of Medium Wood #AF8766

Color information

#AF8766 (or 0xAF8766) is unknown color: approx Medium Wood. HEX triplet: AF, 87 and 66. RGB value is (175,135,102). Sum of RGB (Red+Green+Blue) = 175+135+102=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8766 is #507899. Grayscale: #8F8F8F. Windows color (decimal): -5273754 or 6719407. OLE color: 6719407.

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

Color convert

RGB175135102-
CMYK00.230.420.31
HSL27.12º31.33%54.31%-
HSV(B)27.12º41.71%68.63%-
XYZ28.7427.416.34-
YUV143.2104.75150.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 135 (53.12% from 255) = 32.77%
BLUE value IS 102 (40.23% from 255) = 24.76%
R=42.48%
G=32.77%
B=24.76%

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
Decimal17513510200.230.420.3127.1231.3354.31
HexAF87660172A1F1b1f36
Octal2572071460275237333766
Binary10101111100001111100110010111101010111111101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8766; }

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

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

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

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

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

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

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

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