#AB7F6C

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

Shades of Medium Wood #AB7F6C

Tints of Medium Wood #AB7F6C

Color information

#AB7F6C (or 0xAB7F6C) is unknown color: approx Medium Wood. HEX triplet: AB, 7F and 6C. RGB value is (171,127,108). Sum of RGB (Red+Green+Blue) = 171+127+108=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F6C is #548093. Grayscale: #8A8A8A. Windows color (decimal): -5537940 or 7110571. OLE color: 7110571.

HSL color Cylindrical-coordinate representation of color #AB7F6C: hue angle of 18.1º degrees, saturation: 0.27, 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 #AB7F6C is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB171127108-
CMYK00.260.370.33
HSL18.1º27.27%54.71%-
HSV(B)18.1º36.84%67.06%-
XYZ27.0924.9217.57-
YUV137.99111.08151.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=42.12%
G=31.28%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112710800.260.370.3318.127.2754.71
HexAB7F6C01A2521121b37
Octal2531771540324541223367
Binary10101011111111111011000110101001011000011001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7F6C; }

 p { color: rgb(171,127,108); }

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

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

 a { background-color: rgb(171,127,108); }

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

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

 span { border-color: rgb(171,127,108); }

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