#A39154

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

Shades of Teak #A39154

Tints of Teak #A39154

Color information

#A39154 (or 0xA39154) is unknown color: approx Teak. HEX triplet: A3, 91 and 54. RGB value is (163,145,84). Sum of RGB (Red+Green+Blue) = 163+145+84=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A39154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39154 is #5C6EAB. Grayscale: #8F8F8F. Windows color (decimal): -6057644 or 5542307. OLE color: 5542307.

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

Color convert

RGB16314584-
CMYK00.110.480.36
HSL46.33º31.98%48.43%-
HSV(B)46.33º48.47%63.92%-
XYZ26.8328.6812.51-
YUV143.4394.46141.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.58%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 84 (33.20% from 255) = 21.43%
R=41.58%
G=36.99%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631458400.110.480.3646.3331.9848.43
HexA391540B30242e2030
Octal2432211240136044564060
Binary1010001110010001101010001011110000100100101110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39154; }

 p { color: rgb(163,145,84); }

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

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

 a { background-color: rgb(163,145,84); }

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

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

 span { border-color: rgb(163,145,84); }

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