#AB7959

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

Shades of Medium Wood #AB7959

Tints of Medium Wood #AB7959

Color information

#AB7959 (or 0xAB7959) is unknown color: approx Medium Wood. HEX triplet: AB, 79 and 59. RGB value is (171,121,89). Sum of RGB (Red+Green+Blue) = 171+121+89=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7959 is #5486A6. Grayscale: #848484. Windows color (decimal): -5539495 or 5863851. OLE color: 5863851.

HSL color Cylindrical-coordinate representation of color #AB7959: hue angle of 23.41º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB7959 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17112189-
CMYK00.290.480.33
HSL23.41º32.8%50.98%-
HSV(B)23.41º47.95%67.06%-
XYZ25.4423.0512.56-
YUV132.3103.56155.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 121 (47.66% from 255) = 31.76%
BLUE value IS 89 (35.16% from 255) = 23.36%
R=44.88%
G=31.76%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711218900.290.480.3323.4132.850.98
HexAB795901D3021172133
Octal2531711310356041274163
Binary101010111111001101100101110111000010000110111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7959; }

 p { color: rgb(171,121,89); }

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

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

 a { background-color: rgb(171,121,89); }

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

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

 span { border-color: rgb(171,121,89); }

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