#AB8A56

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

Shades of Teak #AB8A56

Tints of Teak #AB8A56

Color information

#AB8A56 (or 0xAB8A56) is unknown color: approx Teak. HEX triplet: AB, 8A and 56. RGB value is (171,138,86). Sum of RGB (Red+Green+Blue) = 171+138+86=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8A56 is #5475A9. Grayscale: #8E8E8E. Windows color (decimal): -5535146 or 5671595. OLE color: 5671595.

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

Color convert

RGB17113886-
CMYK00.190.500.33
HSL36.71º33.6%50.39%-
HSV(B)36.71º49.71%67.06%-
XYZ27.5627.5112.66-
YUV141.9496.43148.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 86 (33.98% from 255) = 21.77%
R=43.29%
G=34.94%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711388600.190.500.3336.7133.650.39
HexAB8A560133221252232
Octal2532121260236241454262
Binary10101011100010101010110010011110010100001100101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8A56; }

 p { color: rgb(171,138,86); }

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

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

 a { background-color: rgb(171,138,86); }

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

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

 span { border-color: rgb(171,138,86); }

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