#AB7860

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

Shades of Medium Wood #AB7860

Tints of Medium Wood #AB7860

Color information

#AB7860 (or 0xAB7860) is unknown color: approx Medium Wood. HEX triplet: AB, 78 and 60. RGB value is (171,120,96). Sum of RGB (Red+Green+Blue) = 171+120+96=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7860 is #54879F. Grayscale: #848484. Windows color (decimal): -5539744 or 6322347. OLE color: 6322347.

HSL color Cylindrical-coordinate representation of color #AB7860: hue angle of 19.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB7860 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17112096-
CMYK00.300.440.33
HSL19.2º30.86%52.35%-
HSV(B)19.2º43.86%67.06%-
XYZ25.6222.9414.14-
YUV132.51107.4155.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.19%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=44.19%
G=31.01%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711209600.300.440.3319.230.8652.35
HexAB786001E2C21131f34
Octal2531701400365441233764
Binary10101011111100011000000111101011001000011001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7860; }

 p { color: rgb(171,120,96); }

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

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

 a { background-color: rgb(171,120,96); }

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

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

 span { border-color: rgb(171,120,96); }

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