#AB8D53

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

Shades of Teak #AB8D53

Tints of Teak #AB8D53

Color information

#AB8D53 (or 0xAB8D53) is unknown color: approx Teak. HEX triplet: AB, 8D and 53. RGB value is (171,141,83). Sum of RGB (Red+Green+Blue) = 171+141+83=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D53 is #5472AC. Grayscale: #8F8F8F. Windows color (decimal): -5534381 or 5475755. OLE color: 5475755.

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

Color convert

RGB17114183-
CMYK00.180.510.33
HSL39.55º34.65%49.8%-
HSV(B)39.55º51.46%67.06%-
XYZ27.8828.3312.18-
YUV143.3693.94147.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 83 (32.81% from 255) = 21.01%
R=43.29%
G=35.70%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711418300.180.510.3339.5534.6549.8
HexAB8D530123321282332
Octal2532151230226341504362
Binary10101011100011011010011010010110011100001101000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8D53; }

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

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

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

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

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

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

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

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