#AB8654

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

Shades of Teak #AB8654

Tints of Teak #AB8654

Color information

#AB8654 (or 0xAB8654) is unknown color: approx Teak. HEX triplet: AB, 86 and 54. RGB value is (171,134,84). Sum of RGB (Red+Green+Blue) = 171+134+84=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8654 is #5479AB. Grayscale: #8B8B8B. Windows color (decimal): -5536172 or 5539499. OLE color: 5539499.

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

Color convert

RGB17113484-
CMYK00.220.510.33
HSL34.48º34.12%50%-
HSV(B)34.48º50.88%67.06%-
XYZ26.9226.3512.05-
YUV139.3696.76150.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 84 (33.20% from 255) = 21.59%
R=43.96%
G=34.45%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711348400.220.510.3334.4834.1250
HexAB86540163321222232
Octal2532061240266341424262
Binary10101011100001101010100010110110011100001100010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8654; }

 p { color: rgb(171,134,84); }

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

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

 a { background-color: rgb(171,134,84); }

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

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

 span { border-color: rgb(171,134,84); }

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