#AB8E53

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

Shades of Teak #AB8E53

Tints of Teak #AB8E53

Color information

#AB8E53 (or 0xAB8E53) is unknown color: approx Teak. HEX triplet: AB, 8E and 53. RGB value is (171,142,83). Sum of RGB (Red+Green+Blue) = 171+142+83=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8E53 is #5471AC. Grayscale: #909090. Windows color (decimal): -5534125 or 5476011. OLE color: 5476011.

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

Color convert

RGB17114283-
CMYK00.170.510.33
HSL40.23º34.65%49.8%-
HSV(B)40.23º51.46%67.06%-
XYZ28.0328.6312.23-
YUV143.9493.61147.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 83 (32.81% from 255) = 20.96%
R=43.18%
G=35.86%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711428300.170.510.3340.2334.6549.8
HexAB8E530113321282332
Octal2532161230216341504362
Binary10101011100011101010011010001110011100001101000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E53; }

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

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

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

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

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

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

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

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