#A78F5C

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

Shades of Teak #A78F5C

Tints of Teak #A78F5C

Color information

#A78F5C (or 0xA78F5C) is unknown color: approx Teak. HEX triplet: A7, 8F and 5C. RGB value is (167,143,92). Sum of RGB (Red+Green+Blue) = 167+143+92=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78F5C is #5870A3. Grayscale: #909090. Windows color (decimal): -5796004 or 6066087. OLE color: 6066087.

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

Color convert

RGB16714392-
CMYK00.140.450.35
HSL40.8º29.88%50.78%-
HSV(B)40.8º44.91%65.49%-
XYZ27.6928.6314.19-
YUV144.3698.45144.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.54%
GREEN value IS 143 (56.25% from 255) = 35.57%
BLUE value IS 92 (36.33% from 255) = 22.89%
R=41.54%
G=35.57%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671439200.140.450.3540.829.8850.78
HexA78F5C0E2D23291e33
Octal2472171340165543513663
Binary101001111000111110111000111010110110001110100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78F5C; }

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

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

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

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

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

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

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

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