#AB8C59

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

Shades of Teak #AB8C59

Tints of Teak #AB8C59

Color information

#AB8C59 (or 0xAB8C59) is unknown color: approx Teak. HEX triplet: AB, 8C and 59. RGB value is (171,140,89). Sum of RGB (Red+Green+Blue) = 171+140+89=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8C59 is #5473A6. Grayscale: #8F8F8F. Windows color (decimal): -5534631 or 5868715. OLE color: 5868715.

HSL color Cylindrical-coordinate representation of color #AB8C59: hue angle of 37.32º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB8C59 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17114089-
CMYK00.180.480.33
HSL37.32º32.8%50.98%-
HSV(B)37.32º47.95%67.06%-
XYZ27.9828.1413.41-
YUV143.4597.27147.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.75%
GREEN value IS 140 (55.08% from 255) = 35%
BLUE value IS 89 (35.16% from 255) = 22.25%
R=42.75%
G=35%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711408900.180.480.3337.3232.850.98
HexAB8C590123021252133
Octal2532141310226041454163
Binary10101011100011001011001010010110000100001100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8C59; }

 p { color: rgb(171,140,89); }

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

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

 a { background-color: rgb(171,140,89); }

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

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

 span { border-color: rgb(171,140,89); }

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