#A39257

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

Shades of Teak #A39257

Tints of Teak #A39257

Color information

#A39257 (or 0xA39257) is unknown color: approx Teak. HEX triplet: A3, 92 and 57. RGB value is (163,146,87). Sum of RGB (Red+Green+Blue) = 163+146+87=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A39257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39257 is #5C6DA8. Grayscale: #909090. Windows color (decimal): -6057385 or 5739171. OLE color: 5739171.

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

Color convert

RGB16314687-
CMYK00.100.470.36
HSL46.58º30.4%49.02%-
HSV(B)46.58º46.63%63.92%-
XYZ27.129.0313.19-
YUV144.3695.63141.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.16%
GREEN value IS 146 (57.42% from 255) = 36.87%
BLUE value IS 87 (34.38% from 255) = 21.97%
R=41.16%
G=36.87%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631468700.100.470.3646.5830.449.02
HexA392570A2F242f1e31
Octal2432221270125744573661
Binary101000111001001010101110101010111110010010111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39257; }

 p { color: rgb(163,146,87); }

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

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

 a { background-color: rgb(163,146,87); }

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

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

 span { border-color: rgb(163,146,87); }

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