#AF8862

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

Shades of Medium Wood #AF8862

Tints of Medium Wood #AF8862

Color information

#AF8862 (or 0xAF8862) is unknown color: approx Medium Wood. HEX triplet: AF, 88 and 62. RGB value is (175,136,98). Sum of RGB (Red+Green+Blue) = 175+136+98=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8862 is #50779D. Grayscale: #8F8F8F. Windows color (decimal): -5273502 or 6457519. OLE color: 6457519.

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

Color convert

RGB17513698-
CMYK00.220.440.31
HSL29.61º32.49%53.53%-
HSV(B)29.61º44%68.63%-
XYZ28.6927.615.37-
YUV143.33102.42150.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 98 (38.67% from 255) = 23.96%
R=42.79%
G=33.25%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751369800.220.440.3129.6132.4953.53
HexAF88620162C1F1e2036
Octal2572101420265437364066
Binary101011111000100011000100101101011001111111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8862; }

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

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

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

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

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

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

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

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