#AB7E6A

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

Shades of Medium Wood #AB7E6A

Tints of Medium Wood #AB7E6A

Color information

#AB7E6A (or 0xAB7E6A) is unknown color: approx Medium Wood. HEX triplet: AB, 7E and 6A. RGB value is (171,126,106). Sum of RGB (Red+Green+Blue) = 171+126+106=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E6A is #548195. Grayscale: #898989. Windows color (decimal): -5538198 or 6979243. OLE color: 6979243.

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

Color convert

RGB171126106-
CMYK00.260.380.33
HSL18.46º27.9%54.31%-
HSV(B)18.46º38.01%67.06%-
XYZ26.8624.6216.97-
YUV137.17110.41152.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.43%
GREEN value IS 126 (49.61% from 255) = 31.27%
BLUE value IS 106 (41.80% from 255) = 26.30%
R=42.43%
G=31.27%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112610600.260.380.3318.4627.954.31
HexAB7E6A01A2621121c36
Octal2531761520324641223466
Binary10101011111111011010100110101001101000011001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7E6A; }

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

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

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

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

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

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

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

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