#AB866E

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

Shades of Medium Wood #AB866E

Tints of Medium Wood #AB866E

Color information

#AB866E (or 0xAB866E) is unknown color: approx Medium Wood. HEX triplet: AB, 86 and 6E. RGB value is (171,134,110). Sum of RGB (Red+Green+Blue) = 171+134+110=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB866E is #547991. Grayscale: #8E8E8E. Windows color (decimal): -5536146 or 7243435. OLE color: 7243435.

HSL color Cylindrical-coordinate representation of color #AB866E: hue angle of 23.61º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB866E is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB171134110-
CMYK00.220.360.33
HSL23.61º26.64%55.1%-
HSV(B)23.61º35.67%67.06%-
XYZ28.1326.8318.45-
YUV142.33109.76148.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.20%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 110 (43.36% from 255) = 26.51%
R=41.20%
G=32.29%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113411000.220.360.3323.6126.6455.1
HexAB866E0162421181b37
Octal2532061560264441303367
Binary101010111000011011011100101101001001000011100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB866E; }

 p { color: rgb(171,134,110); }

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

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

 a { background-color: rgb(171,134,110); }

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

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

 span { border-color: rgb(171,134,110); }

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