#AB7E5D

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

Shades of Medium Wood #AB7E5D

Tints of Medium Wood #AB7E5D

Color information

#AB7E5D (or 0xAB7E5D) is unknown color: approx Medium Wood. HEX triplet: AB, 7E and 5D. RGB value is (171,126,93). Sum of RGB (Red+Green+Blue) = 171+126+93=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E5D is #5481A2. Grayscale: #878787. Windows color (decimal): -5538211 or 6127275. OLE color: 6127275.

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

Color convert

RGB17112693-
CMYK00.260.460.33
HSL25.38º31.71%51.76%-
HSV(B)25.38º45.61%67.06%-
XYZ26.2324.3713.68-
YUV135.69103.91153.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 126 (49.61% from 255) = 32.31%
BLUE value IS 93 (36.72% from 255) = 23.85%
R=43.85%
G=32.31%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711269300.260.460.3325.3831.7151.76
HexAB7E5D01A2E21192034
Octal2531761350325641314064
Binary101010111111110101110101101010111010000111001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7E5D; }

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

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

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

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

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

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

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

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