#AF8164

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

Shades of Medium Wood #AF8164

Tints of Medium Wood #AF8164

Color information

#AF8164 (or 0xAF8164) is unknown color: approx Medium Wood. HEX triplet: AF, 81 and 64. RGB value is (175,129,100). Sum of RGB (Red+Green+Blue) = 175+129+100=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8164 is #507E9B. Grayscale: #8B8B8B. Windows color (decimal): -5275292 or 6586799. OLE color: 6586799.

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

Color convert

RGB175129100-
CMYK00.260.430.31
HSL23.2º31.91%53.92%-
HSV(B)23.2º42.86%68.63%-
XYZ27.8325.7315.56-
YUV139.45105.74153.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 100 (39.45% from 255) = 24.75%
R=43.32%
G=31.93%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512910000.260.430.3123.231.9153.92
HexAF816401A2B1F172036
Octal2572011440325337274066
Binary101011111000000111001000110101010111111110111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8164; }

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

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

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

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

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

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

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

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