#AB806D

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

Shades of Medium Wood #AB806D

Tints of Medium Wood #AB806D

Color information

#AB806D (or 0xAB806D) is unknown color: approx Medium Wood. HEX triplet: AB, 80 and 6D. RGB value is (171,128,109). Sum of RGB (Red+Green+Blue) = 171+128+109=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB806D is #547F92. Grayscale: #8A8A8A. Windows color (decimal): -5537683 or 7176363. OLE color: 7176363.

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

Color convert

RGB171128109-
CMYK00.250.360.33
HSL18.39º26.96%54.9%-
HSV(B)18.39º36.26%67.06%-
XYZ27.2725.217.89-
YUV138.69111.25151.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 128 (50.39% from 255) = 31.37%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=41.91%
G=31.37%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112810900.250.360.3318.3926.9654.9
HexAB806D0192421121b37
Octal2532001550314441223367
Binary101010111000000011011010110011001001000011001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB806D; }

 p { color: rgb(171,128,109); }

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

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

 a { background-color: rgb(171,128,109); }

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

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

 span { border-color: rgb(171,128,109); }

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