#A09156

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

Shades of Teak #A09156

Tints of Teak #A09156

Color information

#A09156 (or 0xA09156) is unknown color: approx Teak. HEX triplet: A0, 91 and 56. RGB value is (160,145,86). Sum of RGB (Red+Green+Blue) = 160+145+86=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A09156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09156 is #5F6EA9. Grayscale: #8F8F8F. Windows color (decimal): -6254250 or 5673376. OLE color: 5673376.

HSL color Cylindrical-coordinate representation of color #A09156: hue angle of 47.84º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A09156 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB16014586-
CMYK00.090.460.37
HSL47.84º30.08%48.24%-
HSV(B)47.84º46.25%62.75%-
XYZ26.328.412.9-
YUV142.7695.97140.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 86 (33.98% from 255) = 21.99%
R=40.92%
G=37.08%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601458600.090.460.3747.8430.0848.24
HexA09156092E25301e30
Octal2402211260115645603660
Binary101000001001000110101100100110111010010111000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09156; }

 p { color: rgb(160,145,86); }

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

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

 a { background-color: rgb(160,145,86); }

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

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

 span { border-color: rgb(160,145,86); }

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