#AB8953

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

Shades of Teak #AB8953

Tints of Teak #AB8953

Color information

#AB8953 (or 0xAB8953) is unknown color: approx Teak. HEX triplet: AB, 89 and 53. RGB value is (171,137,83). Sum of RGB (Red+Green+Blue) = 171+137+83=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8953 is #5476AC. Grayscale: #8D8D8D. Windows color (decimal): -5535405 or 5474731. OLE color: 5474731.

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

Color convert

RGB17113783-
CMYK00.200.510.33
HSL36.82º34.65%49.8%-
HSV(B)36.82º51.46%67.06%-
XYZ27.327.1711.99-
YUV141.0195.26149.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 83 (32.81% from 255) = 21.23%
R=43.73%
G=35.04%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711378300.200.510.3336.8234.6549.8
HexAB89530143321252332
Octal2532111230246341454362
Binary10101011100010011010011010100110011100001100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8953; }

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

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

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

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

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

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

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

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