#af7e65

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

Shades of Medium Wood #AF7E65

Tints of Medium Wood #AF7E65

Color information

#AF7E65 (or 0xAF7E65) is unknown color: approx Medium Wood. HEX triplet: AF, 7E and 65. RGB value is (175,126,101). Sum of RGB (Red+Green+Blue) = 175+126+101=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E65 is #50819A. Grayscale: #898989. Windows color (decimal): -5276059 or 6651567. OLE color: 6651567.

HSL color Cylindrical-coordinate representation of color #AF7E65: hue angle of 20.27º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF7E65 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB175126101-
CMYK00.280.420.31
HSL20.27º31.62%54.12%-
HSV(B)20.27º42.29%68.63%-
XYZ27.4924.9815.68-
YUV137.8107.23154.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 101 (39.84% from 255) = 25.12%
R=43.53%
G=31.34%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512610100.280.420.3120.2731.6254.12
HexAF7E6501C2A1F142036
Octal2571761450345237244066
Binary10101111111111011001010111001010101111110100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af7e65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af7e65; }

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

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

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

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

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

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

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

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