#AF825E

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

Shades of Medium Wood #AF825E

Tints of Medium Wood #AF825E

Color information

#AF825E (or 0xAF825E) is unknown color: approx Medium Wood. HEX triplet: AF, 82 and 5E. RGB value is (175,130,94). Sum of RGB (Red+Green+Blue) = 175+130+94=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF825E is #507DA1. Grayscale: #8B8B8B. Windows color (decimal): -5275042 or 6193839. OLE color: 6193839.

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

Color convert

RGB17513094-
CMYK00.260.460.31
HSL26.67º33.61%52.75%-
HSV(B)26.67º46.29%68.63%-
XYZ27.6825.8914.13-
YUV139.35102.41153.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.86%
GREEN value IS 130 (51.17% from 255) = 32.58%
BLUE value IS 94 (37.11% from 255) = 23.56%
R=43.86%
G=32.58%
B=23.56%

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
Decimal1751309400.260.460.3126.6733.6152.75
HexAF825E01A2E1F1b2235
Octal2572021360325637334265
Binary101011111000001010111100110101011101111111011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF825E; }

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

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

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

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

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

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

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

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