#AB8559

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

Shades of Teak #AB8559

Tints of Teak #AB8559

Color information

#AB8559 (or 0xAB8559) is unknown color: approx Teak. HEX triplet: AB, 85 and 59. RGB value is (171,133,89). Sum of RGB (Red+Green+Blue) = 171+133+89=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8559 is #547AA6. Grayscale: #8B8B8B. Windows color (decimal): -5536423 or 5866923. OLE color: 5866923.

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

Color convert

RGB17113389-
CMYK00.220.480.33
HSL32.2º32.8%50.98%-
HSV(B)32.2º47.95%67.06%-
XYZ26.9926.1513.08-
YUV139.3599.59150.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 89 (35.16% from 255) = 22.65%
R=43.51%
G=33.84%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711338900.220.480.3332.232.850.98
HexAB85590163021202133
Octal2532051310266041404163
Binary10101011100001011011001010110110000100001100000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8559; }

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

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

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

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

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

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

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

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