#AB8D50

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

Shades of Teak #AB8D50

Tints of Teak #AB8D50

Color information

#AB8D50 (or 0xAB8D50) is unknown color: approx Teak. HEX triplet: AB, 8D and 50. RGB value is (171,141,80). Sum of RGB (Red+Green+Blue) = 171+141+80=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D50 is #5472AF. Grayscale: #8F8F8F. Windows color (decimal): -5534384 or 5279147. OLE color: 5279147.

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

Color convert

RGB17114180-
CMYK00.180.530.33
HSL40.22º36.25%49.22%-
HSV(B)40.22º53.22%67.06%-
XYZ27.7728.2911.59-
YUV143.0292.44147.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 80 (31.64% from 255) = 20.41%
R=43.62%
G=35.97%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711418000.180.530.3340.2236.2549.22
HexAB8D500123521282431
Octal2532151200226541504461
Binary10101011100011011010000010010110101100001101000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8D50; }

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

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

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

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

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

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

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

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