#AF7F61

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

Shades of Medium Wood #AF7F61

Tints of Medium Wood #AF7F61

Color information

#AF7F61 (or 0xAF7F61) is unknown color: approx Medium Wood. HEX triplet: AF, 7F and 61. RGB value is (175,127,97). Sum of RGB (Red+Green+Blue) = 175+127+97=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F61 is #50809E. Grayscale: #8A8A8A. Windows color (decimal): -5275807 or 6389679. OLE color: 6389679.

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

Color convert

RGB17512797-
CMYK00.270.450.31
HSL23.08º32.77%53.33%-
HSV(B)23.08º44.57%68.63%-
XYZ27.4325.1614.72-
YUV137.93104.9154.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.86%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 97 (38.28% from 255) = 24.31%
R=43.86%
G=31.83%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751279700.270.450.3123.0832.7753.33
HexAF7F6101B2D1F172135
Octal2571771410335537274165
Binary10101111111111111000010110111011011111110111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7F61; }

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

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

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

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

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

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

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

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