#AF7C65

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

Shades of Medium Wood #AF7C65

Tints of Medium Wood #AF7C65

Color information

#AF7C65 (or 0xAF7C65) is unknown color: approx Medium Wood. HEX triplet: AF, 7C and 65. RGB value is (175,124,101). Sum of RGB (Red+Green+Blue) = 175+124+101=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C65 is #50839A. Grayscale: #888888. Windows color (decimal): -5276571 or 6651055. OLE color: 6651055.

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

Color convert

RGB175124101-
CMYK00.290.420.31
HSL18.65º31.62%54.12%-
HSV(B)18.65º42.29%68.63%-
XYZ27.2424.4715.6-
YUV136.63107.9155.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 124 (48.83% from 255) = 31%
BLUE value IS 101 (39.84% from 255) = 25.25%
R=43.75%
G=31%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512410100.290.420.3118.6531.6254.12
HexAF7C6501D2A1F132036
Octal2571741450355237234066
Binary10101111111110011001010111011010101111110011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7C65; }

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

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

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

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

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

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

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

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