#AF8662

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

Shades of Medium Wood #AF8662

Tints of Medium Wood #AF8662

Color information

#AF8662 (or 0xAF8662) is unknown color: approx Medium Wood. HEX triplet: AF, 86 and 62. RGB value is (175,134,98). Sum of RGB (Red+Green+Blue) = 175+134+98=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8662 is #50799D. Grayscale: #8E8E8E. Windows color (decimal): -5274014 or 6457007. OLE color: 6457007.

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

Color convert

RGB17513498-
CMYK00.230.440.31
HSL28.05º32.49%53.53%-
HSV(B)28.05º44%68.63%-
XYZ28.4127.0515.28-
YUV142.16103.08151.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 98 (38.67% from 255) = 24.08%
R=43.00%
G=32.92%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751349800.230.440.3128.0532.4953.53
HexAF86620172C1F1c2036
Octal2572061420275437344066
Binary101011111000011011000100101111011001111111100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8662; }

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

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

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

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

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

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

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

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