#AF8061

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

Shades of Medium Wood #AF8061

Tints of Medium Wood #AF8061

Color information

#AF8061 (or 0xAF8061) is unknown color: approx Medium Wood. HEX triplet: AF, 80 and 61. RGB value is (175,128,97). Sum of RGB (Red+Green+Blue) = 175+128+97=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8061 is #507F9E. Grayscale: #8A8A8A. Windows color (decimal): -5275551 or 6389935. OLE color: 6389935.

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

Color convert

RGB17512897-
CMYK00.270.450.31
HSL23.85º32.77%53.33%-
HSV(B)23.85º44.57%68.63%-
XYZ27.5625.4214.76-
YUV138.52104.57154.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 128 (50.39% from 255) = 32%
BLUE value IS 97 (38.28% from 255) = 24.25%
R=43.75%
G=32%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751289700.270.450.3123.8532.7753.33
HexAF806101B2D1F182135
Octal2572001410335537304165
Binary101011111000000011000010110111011011111111000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8061; }

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

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

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

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

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

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

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

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