#AB856A

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

Shades of Medium Wood #AB856A

Tints of Medium Wood #AB856A

Color information

#AB856A (or 0xAB856A) is unknown color: approx Medium Wood. HEX triplet: AB, 85 and 6A. RGB value is (171,133,106). Sum of RGB (Red+Green+Blue) = 171+133+106=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB856A is #547A95. Grayscale: #8D8D8D. Windows color (decimal): -5536406 or 6981035. OLE color: 6981035.

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

Color convert

RGB171133106-
CMYK00.220.380.33
HSL24.92º27.9%54.31%-
HSV(B)24.92º38.01%67.06%-
XYZ27.7826.4717.28-
YUV141.28108.09149.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 106 (41.80% from 255) = 25.85%
R=41.71%
G=32.44%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113310600.220.380.3324.9227.954.31
HexAB856A0162621191c36
Octal2532051520264641313466
Binary101010111000010111010100101101001101000011100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB856A; }

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

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

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

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

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

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

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

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