#AB8459

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

Shades of Teak #AB8459

Tints of Teak #AB8459

Color information

#AB8459 (or 0xAB8459) is unknown color: approx Teak. HEX triplet: AB, 84 and 59. RGB value is (171,132,89). Sum of RGB (Red+Green+Blue) = 171+132+89=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8459 is #547BA6. Grayscale: #8A8A8A. Windows color (decimal): -5536679 or 5866667. OLE color: 5866667.

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

Color convert

RGB17113289-
CMYK00.230.480.33
HSL31.46º32.8%50.98%-
HSV(B)31.46º47.95%67.06%-
XYZ26.8525.8813.03-
YUV138.7699.92151-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 89 (35.16% from 255) = 22.70%
R=43.62%
G=33.67%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711328900.230.480.3331.4632.850.98
HexAB845901730211f2133
Octal2532041310276041374163
Binary1010101110000100101100101011111000010000111111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8459; }

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

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

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

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

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

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

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

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