#AF7C61

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

Shades of Medium Wood #AF7C61

Tints of Medium Wood #AF7C61

Color information

#AF7C61 (or 0xAF7C61) is unknown color: approx Medium Wood. HEX triplet: AF, 7C and 61. RGB value is (175,124,97). Sum of RGB (Red+Green+Blue) = 175+124+97=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C61 is #50839E. Grayscale: #888888. Windows color (decimal): -5276575 or 6388911. OLE color: 6388911.

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

Color convert

RGB17512497-
CMYK00.290.450.31
HSL20.77º32.77%53.33%-
HSV(B)20.77º44.57%68.63%-
XYZ27.0424.3914.59-
YUV136.17105.9155.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 124 (48.83% from 255) = 31.31%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=44.19%
G=31.31%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751249700.290.450.3120.7732.7753.33
HexAF7C6101D2D1F152135
Octal2571741410355537254165
Binary10101111111110011000010111011011011111110101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7C61; }

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

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

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

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

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

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

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

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