#AF825F

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

Shades of Medium Wood #AF825F

Tints of Medium Wood #AF825F

Color information

#AF825F (or 0xAF825F) is unknown color: approx Medium Wood. HEX triplet: AF, 82 and 5F. RGB value is (175,130,95). Sum of RGB (Red+Green+Blue) = 175+130+95=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF825F is #507DA0. Grayscale: #8B8B8B. Windows color (decimal): -5275041 or 6259375. OLE color: 6259375.

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

Color convert

RGB17513095-
CMYK00.260.460.31
HSL26.25º33.33%52.94%-
HSV(B)26.25º45.71%68.63%-
XYZ27.7325.9114.37-
YUV139.46102.91153.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 130 (51.17% from 255) = 32.5%
BLUE value IS 95 (37.5% from 255) = 23.75%
R=43.75%
G=32.5%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751309500.260.460.3126.2533.3352.94
HexAF825F01A2E1F1a2135
Octal2572021370325637324165
Binary101011111000001010111110110101011101111111010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF825F; }

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

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

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

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

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

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

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

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