#AF815C

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

Shades of Medium Wood #AF815C

Tints of Medium Wood #AF815C

Color information

#AF815C (or 0xAF815C) is unknown color: approx Medium Wood. HEX triplet: AF, 81 and 5C. RGB value is (175,129,92). Sum of RGB (Red+Green+Blue) = 175+129+92=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF815C is #507EA3. Grayscale: #8A8A8A. Windows color (decimal): -5275300 or 6062511. OLE color: 6062511.

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

Color convert

RGB17512992-
CMYK00.260.470.31
HSL26.75º34.16%52.35%-
HSV(B)26.75º47.43%68.63%-
XYZ27.4625.5913.62-
YUV138.54101.74154.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 129 (50.78% from 255) = 32.58%
BLUE value IS 92 (36.33% from 255) = 23.23%
R=44.19%
G=32.58%
B=23.23%

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
Decimal1751299200.260.470.3126.7534.1652.35
HexAF815C01A2F1F1b2234
Octal2572011340325737334264
Binary101011111000000110111000110101011111111111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF815C; }

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

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

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

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

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

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

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

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