#AB8D4D

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

Shades of Teak #AB8D4D

Tints of Teak #AB8D4D

Color information

#AB8D4D (or 0xAB8D4D) is unknown color: approx Teak. HEX triplet: AB, 8D and 4D. RGB value is (171,141,77). Sum of RGB (Red+Green+Blue) = 171+141+77=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D4D is #5472B2. Grayscale: #8E8E8E. Windows color (decimal): -5534387 or 5082539. OLE color: 5082539.

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

Color convert

RGB17114177-
CMYK00.180.550.33
HSL40.85º37.9%48.63%-
HSV(B)40.85º54.97%67.06%-
XYZ27.6628.2411.01-
YUV142.6790.94148.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 77 (30.47% from 255) = 19.79%
R=43.96%
G=36.25%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711417700.180.550.3340.8537.948.63
HexAB8D4D0123721292631
Octal2532151150226741514661
Binary10101011100011011001101010010110111100001101001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8D4D; }

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

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

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

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

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

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

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

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