#AB8760

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

Shades of Medium Wood #AB8760

Tints of Medium Wood #AB8760

Color information

#AB8760 (or 0xAB8760) is unknown color: approx Medium Wood. HEX triplet: AB, 87 and 60. RGB value is (171,135,96). Sum of RGB (Red+Green+Blue) = 171+135+96=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8760 is #54789F. Grayscale: #8D8D8D. Windows color (decimal): -5535904 or 6326187. OLE color: 6326187.

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

Color convert

RGB17113596-
CMYK00.210.440.33
HSL31.2º30.86%52.35%-
HSV(B)31.2º43.86%67.06%-
XYZ27.5726.8314.79-
YUV141.32102.43149.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 135 (53.12% from 255) = 33.58%
BLUE value IS 96 (37.89% from 255) = 23.88%
R=42.54%
G=33.58%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711359600.210.440.3331.230.8652.35
HexAB87600152C211f1f34
Octal2532071400255441373764
Binary101010111000011111000000101011011001000011111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8760; }

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

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

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

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

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

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

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

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