#AF825C

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

Shades of Medium Wood #AF825C

Tints of Medium Wood #AF825C

Color information

#AF825C (or 0xAF825C) is unknown color: approx Medium Wood. HEX triplet: AF, 82 and 5C. RGB value is (175,130,92). Sum of RGB (Red+Green+Blue) = 175+130+92=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF825C is #507DA3. Grayscale: #8B8B8B. Windows color (decimal): -5275044 or 6062767. OLE color: 6062767.

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

Color convert

RGB17513092-
CMYK00.260.470.31
HSL27.47º34.16%52.35%-
HSV(B)27.47º47.43%68.63%-
XYZ27.5925.8513.66-
YUV139.12101.41153.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=44.08%
G=32.75%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751309200.260.470.3127.4734.1652.35
HexAF825C01A2F1F1b2234
Octal2572021340325737334264
Binary101011111000001010111000110101011111111111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF825C; }

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

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

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

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

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

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

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

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