#AB8557

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

Shades of Teak #AB8557

Tints of Teak #AB8557

Color information

#AB8557 (or 0xAB8557) is unknown color: approx Teak. HEX triplet: AB, 85 and 57. RGB value is (171,133,87). Sum of RGB (Red+Green+Blue) = 171+133+87=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8557 is #547AA8. Grayscale: #8B8B8B. Windows color (decimal): -5536425 or 5735851. OLE color: 5735851.

HSL color Cylindrical-coordinate representation of color #AB8557: hue angle of 32.86º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB8557 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17113387-
CMYK00.220.490.33
HSL32.86º33.33%50.59%-
HSV(B)32.86º49.12%67.06%-
XYZ26.926.1212.64-
YUV139.1298.59150.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 133 (52.34% from 255) = 34.02%
BLUE value IS 87 (34.38% from 255) = 22.25%
R=43.73%
G=34.02%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711338700.220.490.3332.8633.3350.59
HexAB85570163121212133
Octal2532051270266141414163
Binary10101011100001011010111010110110001100001100001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8557; }

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

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

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

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

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

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

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

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