#AF7D6A

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

Shades of Medium Wood #AF7D6A

Tints of Medium Wood #AF7D6A

Color information

#AF7D6A (or 0xAF7D6A) is unknown color: approx Medium Wood. HEX triplet: AF, 7D and 6A. RGB value is (175,125,106). Sum of RGB (Red+Green+Blue) = 175+125+106=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D6A is #508295. Grayscale: #898989. Windows color (decimal): -5276310 or 6978991. OLE color: 6978991.

HSL color Cylindrical-coordinate representation of color #AF7D6A: hue angle of 16.52º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF7D6A is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB175125106-
CMYK00.290.390.31
HSL16.52º30.13%55.1%-
HSV(B)16.52º39.43%68.63%-
XYZ27.6124.8216.97-
YUV137.78110.06154.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 125 (49.22% from 255) = 30.79%
BLUE value IS 106 (41.80% from 255) = 26.11%
R=43.10%
G=30.79%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512510600.290.390.3116.5230.1355.1
HexAF7D6A01D271F111e37
Octal2571751520354737213667
Binary1010111111111011101010011101100111111111000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7D6A; }

 p { color: rgb(175,125,106); }

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

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

 a { background-color: rgb(175,125,106); }

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

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

 span { border-color: rgb(175,125,106); }

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