#A79256

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

Shades of Teak #A79256

Tints of Teak #A79256

Color information

#A79256 (or 0xA79256) is unknown color: approx Teak. HEX triplet: A7, 92 and 56. RGB value is (167,146,86). Sum of RGB (Red+Green+Blue) = 167+146+86=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A79256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79256 is #586DA9. Grayscale: #919191. Windows color (decimal): -5795242 or 5673639. OLE color: 5673639.

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

Color convert

RGB16714686-
CMYK00.130.490.35
HSL44.44º32.02%49.61%-
HSV(B)44.44º48.5%65.49%-
XYZ27.8929.4513.02-
YUV145.4494.46143.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.85%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 86 (33.98% from 255) = 21.55%
R=41.85%
G=36.59%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671468600.130.490.3544.4432.0249.61
HexA792560D31232c2032
Octal2472221260156143544062
Binary1010011110010010101011001101110001100011101100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79256; }

 p { color: rgb(167,146,86); }

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

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

 a { background-color: rgb(167,146,86); }

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

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

 span { border-color: rgb(167,146,86); }

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