#AB7D59

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

Shades of Medium Wood #AB7D59

Tints of Medium Wood #AB7D59

Color information

#AB7D59 (or 0xAB7D59) is unknown color: approx Medium Wood. HEX triplet: AB, 7D and 59. RGB value is (171,125,89). Sum of RGB (Red+Green+Blue) = 171+125+89=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7D59 is #5482A6. Grayscale: #868686. Windows color (decimal): -5538471 or 5864875. OLE color: 5864875.

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

Color convert

RGB17112589-
CMYK00.270.480.33
HSL26.34º32.8%50.98%-
HSV(B)26.34º47.95%67.06%-
XYZ25.9324.0512.73-
YUV134.65102.24153.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.42%
GREEN value IS 125 (49.22% from 255) = 32.47%
BLUE value IS 89 (35.16% from 255) = 23.12%
R=44.42%
G=32.47%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711258900.270.480.3326.3432.850.98
HexAB7D5901B30211a2133
Octal2531751310336041324163
Binary101010111111101101100101101111000010000111010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D59; }

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

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

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

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

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

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

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

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