#A39359

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

Shades of Teak #A39359

Tints of Teak #A39359

Color information

#A39359 (or 0xA39359) is unknown color: approx Teak. HEX triplet: A3, 93 and 59. RGB value is (163,147,89). Sum of RGB (Red+Green+Blue) = 163+147+89=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A39359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39359 is #5C6CA6. Grayscale: #919191. Windows color (decimal): -6057127 or 5870499. OLE color: 5870499.

HSL color Cylindrical-coordinate representation of color #A39359: hue angle of 47.03º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A39359 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB16314789-
CMYK00.100.450.36
HSL47.03º29.37%49.41%-
HSV(B)47.03º45.4%63.92%-
XYZ27.3429.3813.68-
YUV145.1796.3140.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.85%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 89 (35.16% from 255) = 22.31%
R=40.85%
G=36.84%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631478900.100.450.3647.0329.3749.41
HexA393590A2D242f1d31
Octal2432231310125544573561
Binary101000111001001110110010101010110110010010111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39359; }

 p { color: rgb(163,147,89); }

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

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

 a { background-color: rgb(163,147,89); }

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

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

 span { border-color: rgb(163,147,89); }

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