#AB8060

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

Shades of Medium Wood #AB8060

Tints of Medium Wood #AB8060

Color information

#AB8060 (or 0xAB8060) is unknown color: approx Medium Wood. HEX triplet: AB, 80 and 60. RGB value is (171,128,96). Sum of RGB (Red+Green+Blue) = 171+128+96=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8060 is #547F9F. Grayscale: #898989. Windows color (decimal): -5537696 or 6324395. OLE color: 6324395.

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

Color convert

RGB17112896-
CMYK00.250.440.33
HSL25.6º30.86%52.35%-
HSV(B)25.6º43.86%67.06%-
XYZ26.6324.9414.48-
YUV137.21104.75152.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=43.29%
G=32.41%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711289600.250.440.3325.630.8652.35
HexAB80600192C211a1f34
Octal2532001400315441323764
Binary101010111000000011000000110011011001000011101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8060; }

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

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

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

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

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

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

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

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