#AF8263

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

Shades of Medium Wood #AF8263

Tints of Medium Wood #AF8263

Color information

#AF8263 (or 0xAF8263) is unknown color: approx Medium Wood. HEX triplet: AF, 82 and 63. RGB value is (175,130,99). Sum of RGB (Red+Green+Blue) = 175+130+99=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8263 is #507D9C. Grayscale: #8C8C8C. Windows color (decimal): -5275037 or 6521519. OLE color: 6521519.

HSL color Cylindrical-coordinate representation of color #AF8263: hue angle of 24.47º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF8263 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB17513099-
CMYK00.260.430.31
HSL24.47º32.2%53.73%-
HSV(B)24.47º43.43%68.63%-
XYZ27.9125.9815.35-
YUV139.92104.91153.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 99 (39.06% from 255) = 24.50%
R=43.32%
G=32.18%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751309900.260.430.3124.4732.253.73
HexAF826301A2B1F182036
Octal2572021430325337304066
Binary101011111000001011000110110101010111111111000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8263; }

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

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

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

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

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

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

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

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