#AB8D51

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

Shades of Teak #AB8D51

Tints of Teak #AB8D51

Color information

#AB8D51 (or 0xAB8D51) is unknown color: approx Teak. HEX triplet: AB, 8D and 51. RGB value is (171,141,81). Sum of RGB (Red+Green+Blue) = 171+141+81=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D51 is #5472AE. Grayscale: #8F8F8F. Windows color (decimal): -5534383 or 5344683. OLE color: 5344683.

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

Color convert

RGB17114181-
CMYK00.180.530.33
HSL40º35.71%49.41%-
HSV(B)40º52.63%67.06%-
XYZ27.828.311.78-
YUV143.1392.94147.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 81 (32.03% from 255) = 20.61%
R=43.51%
G=35.88%
B=20.61%

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
Decimal1711418100.180.530.334035.7149.41
HexAB8D510123521282431
Octal2532151210226541504461
Binary10101011100011011010001010010110101100001101000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8D51; }

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

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

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

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

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

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

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

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