#AB894E

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

Shades of Teak #AB894E

Tints of Teak #AB894E

Color information

#AB894E (or 0xAB894E) is unknown color: approx Teak. HEX triplet: AB, 89 and 4E. RGB value is (171,137,78). Sum of RGB (Red+Green+Blue) = 171+137+78=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB894E is #5476B1. Grayscale: #8C8C8C. Windows color (decimal): -5535410 or 5147051. OLE color: 5147051.

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

Color convert

RGB17113778-
CMYK00.200.540.33
HSL38.06º37.35%48.82%-
HSV(B)38.06º54.39%67.06%-
XYZ27.1227.111.01-
YUV140.4492.76149.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 137 (53.91% from 255) = 35.49%
BLUE value IS 78 (30.86% from 255) = 20.21%
R=44.30%
G=35.49%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711377800.200.540.3338.0637.3548.82
HexAB894E0143621262531
Octal2532111160246641464561
Binary10101011100010011001110010100110110100001100110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB894E; }

 p { color: rgb(171,137,78); }

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

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

 a { background-color: rgb(171,137,78); }

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

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

 span { border-color: rgb(171,137,78); }

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