#AF8261

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

Shades of Medium Wood #AF8261

Tints of Medium Wood #AF8261

Color information

#AF8261 (or 0xAF8261) is unknown color: approx Medium Wood. HEX triplet: AF, 82 and 61. RGB value is (175,130,97). Sum of RGB (Red+Green+Blue) = 175+130+97=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8261 is #507D9E. Grayscale: #8B8B8B. Windows color (decimal): -5275039 or 6390447. OLE color: 6390447.

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

Color convert

RGB17513097-
CMYK00.260.450.31
HSL25.38º32.77%53.33%-
HSV(B)25.38º44.57%68.63%-
XYZ27.8225.9414.85-
YUV139.69103.91153.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 97 (38.28% from 255) = 24.13%
R=43.53%
G=32.34%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751309700.260.450.3125.3832.7753.33
HexAF826101A2D1F192135
Octal2572021410325537314165
Binary101011111000001011000010110101011011111111001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8261; }

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

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

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

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

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

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

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

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