#A39050

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

Shades of Teak #A39050

Tints of Teak #A39050

Color information

#A39050 (or 0xA39050) is unknown color: approx Teak. HEX triplet: A3, 90 and 50. RGB value is (163,144,80). Sum of RGB (Red+Green+Blue) = 163+144+80=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A39050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39050 is #5C6FAF. Grayscale: #8E8E8E. Windows color (decimal): -6057904 or 5279907. OLE color: 5279907.

HSL color Cylindrical-coordinate representation of color #A39050: hue angle of 46.27º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A39050 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB16314480-
CMYK00.120.510.36
HSL46.27º34.16%47.65%-
HSV(B)46.27º50.92%63.92%-
XYZ26.5328.3111.66-
YUV142.3892.79142.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 144 (56.64% from 255) = 37.21%
BLUE value IS 80 (31.64% from 255) = 20.67%
R=42.12%
G=37.21%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631448000.120.510.3646.2734.1647.65
HexA390500C33242e2230
Octal2432201200146344564260
Binary1010001110010000101000001100110011100100101110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39050; }

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

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

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

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

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

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

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

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