#AB8B59

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

Shades of Teak #AB8B59

Tints of Teak #AB8B59

Color information

#AB8B59 (or 0xAB8B59) is unknown color: approx Teak. HEX triplet: AB, 8B and 59. RGB value is (171,139,89). Sum of RGB (Red+Green+Blue) = 171+139+89=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8B59 is #5474A6. Grayscale: #8F8F8F. Windows color (decimal): -5534887 or 5868459. OLE color: 5868459.

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

Color convert

RGB17113989-
CMYK00.190.480.33
HSL36.59º32.8%50.98%-
HSV(B)36.59º47.95%67.06%-
XYZ27.8327.8413.36-
YUV142.8797.6148.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 139 (54.69% from 255) = 34.84%
BLUE value IS 89 (35.16% from 255) = 22.31%
R=42.86%
G=34.84%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711398900.190.480.3336.5932.850.98
HexAB8B590133021252133
Octal2532131310236041454163
Binary10101011100010111011001010011110000100001100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8B59; }

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

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

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

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

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

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

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

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