#AF815B

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

Shades of Medium Wood #AF815B

Tints of Medium Wood #AF815B

Color information

#AF815B (or 0xAF815B) is unknown color: approx Medium Wood. HEX triplet: AF, 81 and 5B. RGB value is (175,129,91). Sum of RGB (Red+Green+Blue) = 175+129+91=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF815B is #507EA4. Grayscale: #8A8A8A. Windows color (decimal): -5275301 or 5996975. OLE color: 5996975.

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

Color convert

RGB17512991-
CMYK00.260.480.31
HSL27.14º34.43%52.16%-
HSV(B)27.14º48%68.63%-
XYZ27.4225.5713.39-
YUV138.42101.24154.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 91 (35.94% from 255) = 23.04%
R=44.30%
G=32.66%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751299100.260.480.3127.1434.4352.16
HexAF815B01A301F1b2234
Octal2572011330326037334264
Binary101011111000000110110110110101100001111111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF815B; }

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

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

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

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

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

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

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

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