#AB8D57

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

Shades of Teak #AB8D57

Tints of Teak #AB8D57

Color information

#AB8D57 (or 0xAB8D57) is unknown color: approx Teak. HEX triplet: AB, 8D and 57. RGB value is (171,141,87). Sum of RGB (Red+Green+Blue) = 171+141+87=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D57 is #5472A8. Grayscale: #909090. Windows color (decimal): -5534377 or 5737899. OLE color: 5737899.

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

Color convert

RGB17114187-
CMYK00.180.490.33
HSL38.57º33.33%50.59%-
HSV(B)38.57º49.12%67.06%-
XYZ28.0428.413.02-
YUV143.8195.94147.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 87 (34.38% from 255) = 21.80%
R=42.86%
G=35.34%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711418700.180.490.3338.5733.3350.59
HexAB8D570123121272133
Octal2532151270226141474163
Binary10101011100011011010111010010110001100001100111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8D57; }

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

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

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

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

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

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

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

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