#a78854

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

Shades of Teak #A78854

Tints of Teak #A78854

Color information

#A78854 (or 0xA78854) is unknown color: approx Teak. HEX triplet: A7, 88 and 54. RGB value is (167,136,84). Sum of RGB (Red+Green+Blue) = 167+136+84=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A78854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78854 is #5877AB. Grayscale: #8B8B8B. Windows color (decimal): -5797804 or 5540007. OLE color: 5540007.

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

Color convert

RGB16713684-
CMYK00.190.500.35
HSL37.59º33.07%49.22%-
HSV(B)37.59º49.7%65.49%-
XYZ26.3426.4612.11-
YUV139.3496.77147.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 84 (33.20% from 255) = 21.71%
R=43.15%
G=35.14%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671368400.190.500.3537.5933.0749.22
HexA788540133223262131
Octal2472101240236243464161
Binary10100111100010001010100010011110010100011100110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a78854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a78854; }

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

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

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

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

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

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

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

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