#AB7E57

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

Shades of Medium Wood #AB7E57

Tints of Medium Wood #AB7E57

Color information

#AB7E57 (or 0xAB7E57) is unknown color: approx Medium Wood. HEX triplet: AB, 7E and 57. RGB value is (171,126,87). Sum of RGB (Red+Green+Blue) = 171+126+87=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E57 is #5481A8. Grayscale: #878787. Windows color (decimal): -5538217 or 5734059. OLE color: 5734059.

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

Color convert

RGB17112687-
CMYK00.260.490.33
HSL27.86º33.33%50.59%-
HSV(B)27.86º49.12%67.06%-
XYZ25.9824.2712.33-
YUV135.01100.91153.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 126 (49.61% from 255) = 32.81%
BLUE value IS 87 (34.38% from 255) = 22.66%
R=44.53%
G=32.81%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711268700.260.490.3327.8633.3350.59
HexAB7E5701A31211c2133
Octal2531761270326141344163
Binary101010111111110101011101101011000110000111100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7E57; }

 p { color: rgb(171,126,87); }

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

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

 a { background-color: rgb(171,126,87); }

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

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

 span { border-color: rgb(171,126,87); }

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