#AB8754

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

Shades of Teak #AB8754

Tints of Teak #AB8754

Color information

#AB8754 (or 0xAB8754) is unknown color: approx Teak. HEX triplet: AB, 87 and 54. RGB value is (171,135,84). Sum of RGB (Red+Green+Blue) = 171+135+84=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8754 is #5478AB. Grayscale: #8C8C8C. Windows color (decimal): -5535916 or 5539755. OLE color: 5539755.

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

Color convert

RGB17113584-
CMYK00.210.510.33
HSL35.17º34.12%50%-
HSV(B)35.17º50.88%67.06%-
XYZ27.0626.6312.1-
YUV139.9596.43150.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=43.85%
G=34.62%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711358400.210.510.3335.1734.1250
HexAB87540153321232232
Octal2532071240256341434262
Binary10101011100001111010100010101110011100001100011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8754; }

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

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

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

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

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

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

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

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