#A39054

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

Shades of Teak #A39054

Tints of Teak #A39054

Color information

#A39054 (or 0xA39054) is unknown color: approx Teak. HEX triplet: A3, 90 and 54. RGB value is (163,144,84). Sum of RGB (Red+Green+Blue) = 163+144+84=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A39054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39054 is #5C6FAB. Grayscale: #8F8F8F. Windows color (decimal): -6057900 or 5542051. OLE color: 5542051.

HSL color Cylindrical-coordinate representation of color #A39054: hue angle of 45.57º 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 #A39054 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16314484-
CMYK00.120.480.36
HSL45.57º31.98%48.43%-
HSV(B)45.57º48.47%63.92%-
XYZ26.6828.3712.46-
YUV142.8494.79142.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.69%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 84 (33.20% from 255) = 21.48%
R=41.69%
G=36.83%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631448400.120.480.3645.5731.9848.43
HexA390540C30242e2030
Octal2432201240146044564060
Binary1010001110010000101010001100110000100100101110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39054; }

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

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

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

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

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

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

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

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