#A78A5A

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

Shades of Teak #A78A5A

Tints of Teak #A78A5A

Color information

#A78A5A (or 0xA78A5A) is unknown color: approx Teak. HEX triplet: A7, 8A and 5A. RGB value is (167,138,90). Sum of RGB (Red+Green+Blue) = 167+138+90=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78A5A is #5875A5. Grayscale: #8D8D8D. Windows color (decimal): -5797286 or 5933735. OLE color: 5933735.

HSL color Cylindrical-coordinate representation of color #A78A5A: hue angle of 37.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A78A5A is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB16713890-
CMYK00.170.460.35
HSL37.4º30.43%50.39%-
HSV(B)37.4º46.11%65.49%-
XYZ26.8727.1313.49-
YUV141.299.11146.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.28%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 90 (35.55% from 255) = 22.78%
R=42.28%
G=34.94%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671389000.170.460.3537.430.4350.39
HexA78A5A0112E23251e32
Octal2472121320215643453662
Binary1010011110001010101101001000110111010001110010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78A5A; }

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

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

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

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

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

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

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

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