#AF8165

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

Shades of Medium Wood #AF8165

Tints of Medium Wood #AF8165

Color information

#AF8165 (or 0xAF8165) is unknown color: approx Medium Wood. HEX triplet: AF, 81 and 65. RGB value is (175,129,101). Sum of RGB (Red+Green+Blue) = 175+129+101=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8165 is #507E9A. Grayscale: #8B8B8B. Windows color (decimal): -5275291 or 6652335. OLE color: 6652335.

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

Color convert

RGB175129101-
CMYK00.260.420.31
HSL22.7º31.62%54.12%-
HSV(B)22.7º42.29%68.63%-
XYZ27.8825.7515.81-
YUV139.56106.24153.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 101 (39.84% from 255) = 24.94%
R=43.21%
G=31.85%
B=24.94%

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
Decimal17512910100.260.420.3122.731.6254.12
HexAF816501A2A1F172036
Octal2572011450325237274066
Binary101011111000000111001010110101010101111110111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8165; }

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

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

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

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

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

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

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

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