#AB8A4E

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

Shades of Teak #AB8A4E

Tints of Teak #AB8A4E

Color information

#AB8A4E (or 0xAB8A4E) is unknown color: approx Teak. HEX triplet: AB, 8A and 4E. RGB value is (171,138,78). Sum of RGB (Red+Green+Blue) = 171+138+78=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8A4E is #5475B1. Grayscale: #8D8D8D. Windows color (decimal): -5535154 or 5147307. OLE color: 5147307.

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

Color convert

RGB17113878-
CMYK00.190.540.33
HSL38.71º37.35%48.82%-
HSV(B)38.71º54.39%67.06%-
XYZ27.2627.3811.06-
YUV141.0392.43149.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.19%
GREEN value IS 138 (54.30% from 255) = 35.66%
BLUE value IS 78 (30.86% from 255) = 20.16%
R=44.19%
G=35.66%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711387800.190.540.3338.7137.3548.82
HexAB8A4E0133621272531
Octal2532121160236641474561
Binary10101011100010101001110010011110110100001100111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8A4E; }

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

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

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

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

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

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

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

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