#AB8859

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

Shades of Teak #AB8859

Tints of Teak #AB8859

Color information

#AB8859 (or 0xAB8859) is unknown color: approx Teak. HEX triplet: AB, 88 and 59. RGB value is (171,136,89). Sum of RGB (Red+Green+Blue) = 171+136+89=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8859 is #5477A6. Grayscale: #8D8D8D. Windows color (decimal): -5535655 or 5867691. OLE color: 5867691.

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

Color convert

RGB17113689-
CMYK00.200.480.33
HSL34.39º32.8%50.98%-
HSV(B)34.39º47.95%67.06%-
XYZ27.426.9913.22-
YUV141.1198.6149.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 89 (35.16% from 255) = 22.47%
R=43.18%
G=34.34%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711368900.200.480.3334.3932.850.98
HexAB88590143021222133
Octal2532101310246041424163
Binary10101011100010001011001010100110000100001100010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8859; }

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

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

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

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

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

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

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

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