#A39061

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

Shades of Teak #A39061

Tints of Teak #A39061

Color information

#A39061 (or 0xA39061) is unknown color: approx Teak. HEX triplet: A3, 90 and 61. RGB value is (163,144,97). Sum of RGB (Red+Green+Blue) = 163+144+97=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A39061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39061 is #5C6F9E. Grayscale: #909090. Windows color (decimal): -6057887 or 6394019. OLE color: 6394019.

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

Color convert

RGB16314497-
CMYK00.120.400.36
HSL42.73º26.4%50.98%-
HSV(B)42.73º40.49%63.92%-
XYZ27.2428.615.39-
YUV144.32101.29141.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.35%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 97 (38.28% from 255) = 24.01%
R=40.35%
G=35.64%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631449700.120.400.3642.7326.450.98
HexA390610C28242b1a33
Octal2432201410145044533263
Binary101000111001000011000010110010100010010010101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39061; }

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

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

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

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

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

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

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

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