#AF8961

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

Shades of Medium Wood #AF8961

Tints of Medium Wood #AF8961

Color information

#AF8961 (or 0xAF8961) is unknown color: approx Medium Wood. HEX triplet: AF, 89 and 61. RGB value is (175,137,97). Sum of RGB (Red+Green+Blue) = 175+137+97=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8961 is #50769E. Grayscale: #8F8F8F. Windows color (decimal): -5273247 or 6392239. OLE color: 6392239.

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

Color convert

RGB17513797-
CMYK00.220.450.31
HSL30.77º32.77%53.33%-
HSV(B)30.77º44.57%68.63%-
XYZ28.7827.8715.17-
YUV143.8101.59150.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 97 (38.28% from 255) = 23.72%
R=42.79%
G=33.50%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751379700.220.450.3130.7732.7753.33
HexAF89610162D1F1f2135
Octal2572111410265537374165
Binary101011111000100111000010101101011011111111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8961; }

 p { color: rgb(175,137,97); }

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

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

 a { background-color: rgb(175,137,97); }

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

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

 span { border-color: rgb(175,137,97); }

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