#ab856b

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

Shades of Medium Wood #AB856B

Tints of Medium Wood #AB856B

Color information

#AB856B (or 0xAB856B) is unknown color: approx Medium Wood. HEX triplet: AB, 85 and 6B. RGB value is (171,133,107). Sum of RGB (Red+Green+Blue) = 171+133+107=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB856B is #547A94. Grayscale: #8D8D8D. Windows color (decimal): -5536405 or 7046571. OLE color: 7046571.

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

Color convert

RGB171133107-
CMYK00.220.370.33
HSL24.38º27.59%54.51%-
HSV(B)24.38º37.43%67.06%-
XYZ27.8426.4917.56-
YUV141.4108.59149.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 107 (42.19% from 255) = 26.03%
R=41.61%
G=32.36%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113310700.220.370.3324.3827.5954.51
HexAB856B0162521181c37
Octal2532051530264541303467
Binary101010111000010111010110101101001011000011100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab856b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab856b; }

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

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

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

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

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

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

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

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