#AF855E

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

Shades of Medium Wood #AF855E

Tints of Medium Wood #AF855E

Color information

#AF855E (or 0xAF855E) is unknown color: approx Medium Wood. HEX triplet: AF, 85 and 5E. RGB value is (175,133,94). Sum of RGB (Red+Green+Blue) = 175+133+94=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF855E is #507AA1. Grayscale: #8D8D8D. Windows color (decimal): -5274274 or 6194607. OLE color: 6194607.

HSL color Cylindrical-coordinate representation of color #AF855E: hue angle of 28.89º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF855E is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17513394-
CMYK00.240.460.31
HSL28.89º33.61%52.75%-
HSV(B)28.89º46.29%68.63%-
XYZ28.0926.714.26-
YUV141.11101.41152.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 94 (37.11% from 255) = 23.38%
R=43.53%
G=33.08%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751339400.240.460.3128.8933.6152.75
HexAF855E0182E1F1d2235
Octal2572051360305637354265
Binary101011111000010110111100110001011101111111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF855E; }

 p { color: rgb(175,133,94); }

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

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

 a { background-color: rgb(175,133,94); }

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

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

 span { border-color: rgb(175,133,94); }

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