#A78A5C

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

Shades of Teak #A78A5C

Tints of Teak #A78A5C

Color information

#A78A5C (or 0xA78A5C) is unknown color: approx Teak. HEX triplet: A7, 8A and 5C. RGB value is (167,138,92). Sum of RGB (Red+Green+Blue) = 167+138+92=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78A5C is #5875A3. Grayscale: #8D8D8D. Windows color (decimal): -5797284 or 6064807. OLE color: 6064807.

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

Color convert

RGB16713892-
CMYK00.170.450.35
HSL36.8º29.88%50.78%-
HSV(B)36.8º44.91%65.49%-
XYZ26.9627.1713.95-
YUV141.43100.11146.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.07%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=42.07%
G=34.76%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671389200.170.450.3536.829.8850.78
HexA78A5C0112D23251e33
Octal2472121340215543453663
Binary1010011110001010101110001000110110110001110010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78A5C; }

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

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

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

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

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

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

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

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