#A78A54

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

Shades of Teak #A78A54

Tints of Teak #A78A54

Color information

#A78A54 (or 0xA78A54) is unknown color: approx Teak. HEX triplet: A7, 8A and 54. RGB value is (167,138,84). Sum of RGB (Red+Green+Blue) = 167+138+84=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78A54 is #5875AB. Grayscale: #8C8C8C. Windows color (decimal): -5797292 or 5540519. OLE color: 5540519.

HSL color Cylindrical-coordinate representation of color #A78A54: hue angle of 39.04º 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 #A78A54 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16713884-
CMYK00.170.500.35
HSL39.04º33.07%49.22%-
HSV(B)39.04º49.7%65.49%-
XYZ26.6327.0312.2-
YUV140.5196.11146.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.93%
GREEN value IS 138 (54.30% from 255) = 35.48%
BLUE value IS 84 (33.20% from 255) = 21.59%
R=42.93%
G=35.48%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671388400.170.500.3539.0433.0749.22
HexA78A540113223272131
Octal2472121240216243474161
Binary10100111100010101010100010001110010100011100111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78A54; }

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

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

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

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

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

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

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

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