#A79061

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

Shades of Teak #A79061

Tints of Teak #A79061

Color information

#A79061 (or 0xA79061) is unknown color: approx Teak. HEX triplet: A7, 90 and 61. RGB value is (167,144,97). Sum of RGB (Red+Green+Blue) = 167+144+97=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A79061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79061 is #586F9E. Grayscale: #919191. Windows color (decimal): -5795743 or 6394023. OLE color: 6394023.

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

Color convert

RGB16714497-
CMYK00.140.420.35
HSL40.29º28.46%51.76%-
HSV(B)40.29º41.92%65.49%-
XYZ28.0729.0315.43-
YUV145.52100.62143.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 144 (56.64% from 255) = 35.29%
BLUE value IS 97 (38.28% from 255) = 23.77%
R=40.93%
G=35.29%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671449700.140.420.3540.2928.4651.76
HexA790610E2A23281c34
Octal2472201410165243503464
Binary101001111001000011000010111010101010001110100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79061; }

 p { color: rgb(167,144,97); }

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

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

 a { background-color: rgb(167,144,97); }

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

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

 span { border-color: rgb(167,144,97); }

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