#AB846F

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

Shades of Medium Wood #AB846F

Tints of Medium Wood #AB846F

Color information

#AB846F (or 0xAB846F) is unknown color: approx Medium Wood. HEX triplet: AB, 84 and 6F. RGB value is (171,132,111). Sum of RGB (Red+Green+Blue) = 171+132+111=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB846F is #547B90. Grayscale: #8D8D8D. Windows color (decimal): -5536657 or 7308459. OLE color: 7308459.

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

Color convert

RGB171132111-
CMYK00.230.350.33
HSL21º26.32%55.29%-
HSV(B)21º35.09%67.06%-
XYZ27.9226.3118.65-
YUV141.27110.92149.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.30%
GREEN value IS 132 (51.95% from 255) = 31.88%
BLUE value IS 111 (43.75% from 255) = 26.81%
R=41.30%
G=31.88%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113211100.230.350.332126.3255.29
HexAB846F0172321151a37
Octal2532041570274341253267
Binary101010111000010011011110101111000111000011010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB846F; }

 p { color: rgb(171,132,111); }

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

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

 a { background-color: rgb(171,132,111); }

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

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

 span { border-color: rgb(171,132,111); }

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