#AB8A59

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

Shades of Teak #AB8A59

Tints of Teak #AB8A59

Color information

#AB8A59 (or 0xAB8A59) is unknown color: approx Teak. HEX triplet: AB, 8A and 59. RGB value is (171,138,89). Sum of RGB (Red+Green+Blue) = 171+138+89=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8A59 is #5475A6. Grayscale: #8E8E8E. Windows color (decimal): -5535143 or 5868203. OLE color: 5868203.

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

Color convert

RGB17113889-
CMYK00.190.480.33
HSL35.85º32.8%50.98%-
HSV(B)35.85º47.95%67.06%-
XYZ27.6927.5613.31-
YUV142.2897.93148.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 138 (54.30% from 255) = 34.67%
BLUE value IS 89 (35.16% from 255) = 22.36%
R=42.96%
G=34.67%
B=22.36%

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
Decimal1711388900.190.480.3335.8532.850.98
HexAB8A590133021242133
Octal2532121310236041444163
Binary10101011100010101011001010011110000100001100100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8A59; }

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

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

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

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

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

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

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

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