#AB8E4C

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

Shades of Teak #AB8E4C

Tints of Teak #AB8E4C

Color information

#AB8E4C (or 0xAB8E4C) is unknown color: approx Teak. HEX triplet: AB, 8E and 4C. RGB value is (171,142,76). Sum of RGB (Red+Green+Blue) = 171+142+76=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8E4C is #5471B3. Grayscale: #8F8F8F. Windows color (decimal): -5534132 or 5017259. OLE color: 5017259.

HSL color Cylindrical-coordinate representation of color #AB8E4C: hue angle of 41.68º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB8E4C is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17114276-
CMYK00.170.560.33
HSL41.68º38.46%48.43%-
HSV(B)41.68º55.56%67.06%-
XYZ27.7728.5310.88-
YUV143.1590.11147.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 142 (55.86% from 255) = 36.50%
BLUE value IS 76 (30.08% from 255) = 19.54%
R=43.96%
G=36.50%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711427600.170.560.3341.6838.4648.43
HexAB8E4C01138212a2630
Octal2532161140217041524660
Binary10101011100011101001100010001111000100001101010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E4C; }

 p { color: rgb(171,142,76); }

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

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

 a { background-color: rgb(171,142,76); }

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

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

 span { border-color: rgb(171,142,76); }

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