#AF816D

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

Shades of Medium Wood #AF816D

Tints of Medium Wood #AF816D

Color information

#AF816D (or 0xAF816D) is unknown color: approx Medium Wood. HEX triplet: AF, 81 and 6D. RGB value is (175,129,109). Sum of RGB (Red+Green+Blue) = 175+129+109=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF816D is #507E92. Grayscale: #8C8C8C. Windows color (decimal): -5275283 or 7176623. OLE color: 7176623.

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

Color convert

RGB175129109-
CMYK00.260.380.31
HSL18.18º29.2%55.69%-
HSV(B)18.18º37.71%68.63%-
XYZ28.2925.9217.98-
YUV140.47110.24152.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 109 (42.97% from 255) = 26.39%
R=42.37%
G=31.23%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512910900.260.380.3118.1829.255.69
HexAF816D01A261F121d38
Octal2572011550324637223570
Binary10101111100000011101101011010100110111111001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF816D; }

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

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

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

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

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

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

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

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