#AB865E

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

Shades of Medium Wood #AB865E

Tints of Medium Wood #AB865E

Color information

#AB865E (or 0xAB865E) is unknown color: approx Medium Wood. HEX triplet: AB, 86 and 5E. RGB value is (171,134,94). Sum of RGB (Red+Green+Blue) = 171+134+94=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB865E is #5479A1. Grayscale: #8C8C8C. Windows color (decimal): -5536162 or 6194859. OLE color: 6194859.

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

Color convert

RGB17113494-
CMYK00.220.450.33
HSL31.17º31.43%51.96%-
HSV(B)31.17º45.03%67.06%-
XYZ27.3426.5214.27-
YUV140.5101.76149.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 134 (52.73% from 255) = 33.58%
BLUE value IS 94 (37.11% from 255) = 23.56%
R=42.86%
G=33.58%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711349400.220.450.3331.1731.4351.96
HexAB865E0162D211f1f34
Octal2532061360265541373764
Binary101010111000011010111100101101011011000011111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB865E; }

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

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

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

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

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

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

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

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