#AB855E

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

Shades of Medium Wood #AB855E

Tints of Medium Wood #AB855E

Color information

#AB855E (or 0xAB855E) is unknown color: approx Medium Wood. HEX triplet: AB, 85 and 5E. RGB value is (171,133,94). Sum of RGB (Red+Green+Blue) = 171+133+94=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB855E is #547AA1. Grayscale: #8C8C8C. Windows color (decimal): -5536418 or 6194603. OLE color: 6194603.

HSL color Cylindrical-coordinate representation of color #AB855E: hue angle of 30.39º 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 #AB855E is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB17113394-
CMYK00.220.450.33
HSL30.39º31.43%51.96%-
HSV(B)30.39º45.03%67.06%-
XYZ27.226.2414.22-
YUV139.92102.09150.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 94 (37.11% from 255) = 23.62%
R=42.96%
G=33.42%
B=23.62%

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
Decimal1711339400.220.450.3330.3931.4351.96
HexAB855E0162D211e1f34
Octal2532051360265541363764
Binary101010111000010110111100101101011011000011111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB855E; }

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

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

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

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

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

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

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

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