#AB7D61

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

Shades of Medium Wood #AB7D61

Tints of Medium Wood #AB7D61

Color information

#AB7D61 (or 0xAB7D61) is unknown color: approx Medium Wood. HEX triplet: AB, 7D and 61. RGB value is (171,125,97). Sum of RGB (Red+Green+Blue) = 171+125+97=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7D61 is #54829E. Grayscale: #878787. Windows color (decimal): -5538463 or 6389163. OLE color: 6389163.

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

Color convert

RGB17112597-
CMYK00.270.430.33
HSL22.7º30.58%52.55%-
HSV(B)22.7º43.27%67.06%-
XYZ26.2924.1914.59-
YUV135.56106.24153.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 125 (49.22% from 255) = 31.81%
BLUE value IS 97 (38.28% from 255) = 24.68%
R=43.51%
G=31.81%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711259700.270.430.3322.730.5852.55
HexAB7D6101B2B21171f35
Octal2531751410335341273765
Binary10101011111110111000010110111010111000011011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D61; }

 p { color: rgb(171,125,97); }

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

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

 a { background-color: rgb(171,125,97); }

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

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

 span { border-color: rgb(171,125,97); }

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