#AB7A59

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

Shades of Medium Wood #AB7A59

Tints of Medium Wood #AB7A59

Color information

#AB7A59 (or 0xAB7A59) is unknown color: approx Medium Wood. HEX triplet: AB, 7A and 59. RGB value is (171,122,89). Sum of RGB (Red+Green+Blue) = 171+122+89=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A59 is #5485A6. Grayscale: #858585. Windows color (decimal): -5539239 or 5864107. OLE color: 5864107.

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

Color convert

RGB17112289-
CMYK00.290.480.33
HSL24.15º32.8%50.98%-
HSV(B)24.15º47.95%67.06%-
XYZ25.5623.312.6-
YUV132.89103.23155.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.76%
GREEN value IS 122 (48.05% from 255) = 31.94%
BLUE value IS 89 (35.16% from 255) = 23.30%
R=44.76%
G=31.94%
B=23.30%

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
Decimal1711228900.290.480.3324.1532.850.98
HexAB7A5901D3021182133
Octal2531721310356041304163
Binary101010111111010101100101110111000010000111000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7A59; }

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

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

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

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

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

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

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

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