#AB8F52

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

Shades of Teak #AB8F52

Tints of Teak #AB8F52

Color information

#AB8F52 (or 0xAB8F52) is unknown color: approx Teak. HEX triplet: AB, 8F and 52. RGB value is (171,143,82). Sum of RGB (Red+Green+Blue) = 171+143+82=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F52 is #5470AD. Grayscale: #909090. Windows color (decimal): -5533870 or 5410731. OLE color: 5410731.

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

Color convert

RGB17114382-
CMYK00.160.520.33
HSL41.12º35.18%49.61%-
HSV(B)41.12º52.05%67.06%-
XYZ28.1428.9112.08-
YUV144.4292.78146.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 143 (56.25% from 255) = 36.11%
BLUE value IS 82 (32.42% from 255) = 20.71%
R=43.18%
G=36.11%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711438200.160.520.3341.1235.1849.61
HexAB8F520103421292332
Octal2532171220206441514362
Binary10101011100011111010010010000110100100001101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8F52; }

 p { color: rgb(171,143,82); }

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

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

 a { background-color: rgb(171,143,82); }

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

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

 span { border-color: rgb(171,143,82); }

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