#AF7E6B

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

Shades of Medium Wood #AF7E6B

Tints of Medium Wood #AF7E6B

Color information

#AF7E6B (or 0xAF7E6B) is unknown color: approx Medium Wood. HEX triplet: AF, 7E and 6B. RGB value is (175,126,107). Sum of RGB (Red+Green+Blue) = 175+126+107=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E6B is #508194. Grayscale: #8A8A8A. Windows color (decimal): -5276053 or 7044783. OLE color: 7044783.

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

Color convert

RGB175126107-
CMYK00.280.390.31
HSL16.76º29.82%55.29%-
HSV(B)16.76º38.86%68.63%-
XYZ27.7925.117.29-
YUV138.48110.23154.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 126 (49.61% from 255) = 30.88%
BLUE value IS 107 (42.19% from 255) = 26.23%
R=42.89%
G=30.88%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512610700.280.390.3116.7629.8255.29
HexAF7E6B01C271F111e37
Octal2571761530344737213667
Binary1010111111111101101011011100100111111111000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7E6B; }

 p { color: rgb(175,126,107); }

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

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

 a { background-color: rgb(175,126,107); }

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

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

 span { border-color: rgb(175,126,107); }

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