#AB8C55

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

Shades of Teak #AB8C55

Tints of Teak #AB8C55

Color information

#AB8C55 (or 0xAB8C55) is unknown color: approx Teak. HEX triplet: AB, 8C and 55. RGB value is (171,140,85). Sum of RGB (Red+Green+Blue) = 171+140+85=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8C55 is #5473AA. Grayscale: #8F8F8F. Windows color (decimal): -5534635 or 5606571. OLE color: 5606571.

HSL color Cylindrical-coordinate representation of color #AB8C55: hue angle of 38.37º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB8C55 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB17114085-
CMYK00.180.500.33
HSL38.37º33.86%50.2%-
HSV(B)38.37º50.29%67.06%-
XYZ27.8128.0712.55-
YUV14395.27147.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 140 (55.08% from 255) = 35.35%
BLUE value IS 85 (33.59% from 255) = 21.46%
R=43.18%
G=35.35%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711408500.180.500.3338.3733.8650.2
HexAB8C550123221262232
Octal2532141250226241464262
Binary10101011100011001010101010010110010100001100110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8C55; }

 p { color: rgb(171,140,85); }

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

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

 a { background-color: rgb(171,140,85); }

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

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

 span { border-color: rgb(171,140,85); }

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