#AB785F

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

Shades of Medium Wood #AB785F

Tints of Medium Wood #AB785F

Color information

#AB785F (or 0xAB785F) is unknown color: approx Medium Wood. HEX triplet: AB, 78 and 5F. RGB value is (171,120,95). Sum of RGB (Red+Green+Blue) = 171+120+95=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB785F is #5487A0. Grayscale: #848484. Windows color (decimal): -5539745 or 6256811. OLE color: 6256811.

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

Color convert

RGB17112095-
CMYK00.300.440.33
HSL19.74º31.15%52.16%-
HSV(B)19.74º44.44%67.06%-
XYZ25.5822.9213.9-
YUV132.4106.9155.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 95 (37.5% from 255) = 24.61%
R=44.30%
G=31.09%
B=24.61%

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
Decimal1711209500.300.440.3319.7431.1552.16
HexAB785F01E2C21141f34
Octal2531701370365441243764
Binary10101011111100010111110111101011001000011010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB785F; }

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

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

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

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

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

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

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

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