#A78F54

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

Shades of Teak #A78F54

Tints of Teak #A78F54

Color information

#A78F54 (or 0xA78F54) is unknown color: approx Teak. HEX triplet: A7, 8F and 54. RGB value is (167,143,84). Sum of RGB (Red+Green+Blue) = 167+143+84=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78F54 is #5870AB. Grayscale: #8F8F8F. Windows color (decimal): -5796012 or 5541799. OLE color: 5541799.

HSL color Cylindrical-coordinate representation of color #A78F54: hue angle of 42.65º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A78F54 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16714384-
CMYK00.140.500.35
HSL42.65º33.07%49.22%-
HSV(B)42.65º49.7%65.49%-
XYZ27.3628.512.45-
YUV143.4594.45144.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 143 (56.25% from 255) = 36.29%
BLUE value IS 84 (33.20% from 255) = 21.32%
R=42.39%
G=36.29%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671438400.140.500.3542.6533.0749.22
HexA78F540E32232b2131
Octal2472171240166243534161
Binary1010011110001111101010001110110010100011101011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78F54; }

 p { color: rgb(167,143,84); }

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

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

 a { background-color: rgb(167,143,84); }

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

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

 span { border-color: rgb(167,143,84); }

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