#A09050

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

Shades of Teak #A09050

Tints of Teak #A09050

Color information

#A09050 (or 0xA09050) is unknown color: approx Teak. HEX triplet: A0, 90 and 50. RGB value is (160,144,80). Sum of RGB (Red+Green+Blue) = 160+144+80=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A09050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09050 is #5F6FAF. Grayscale: #8D8D8D. Windows color (decimal): -6254512 or 5279904. OLE color: 5279904.

HSL color Cylindrical-coordinate representation of color #A09050: hue angle of 48º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A09050 is Cyan = 0, Magento = 0.1, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB16014480-
CMYK00.10.50.37
HSL48º33.33%47.06%-
HSV(B)48º50%62.75%-
XYZ25.922811.63-
YUV141.4993.3141.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.67%
GREEN value IS 144 (56.64% from 255) = 37.5%
BLUE value IS 80 (31.64% from 255) = 20.83%
R=41.67%
G=37.5%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.5
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601448000.10.50.374833.3347.06
HexA090500A322530212f
Octal2402201200126245604157
Binary1010000010010000101000001010110010100101110000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09050; }

 p { color: rgb(160,144,80); }

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

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

 a { background-color: rgb(160,144,80); }

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

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

 span { border-color: rgb(160,144,80); }

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