#A39155

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

Shades of Teak #A39155

Tints of Teak #A39155

Color information

#A39155 (or 0xA39155) is unknown color: approx Teak. HEX triplet: A3, 91 and 55. RGB value is (163,145,85). Sum of RGB (Red+Green+Blue) = 163+145+85=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A39155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39155 is #5C6EAA. Grayscale: #8F8F8F. Windows color (decimal): -6057643 or 5607843. OLE color: 5607843.

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

Color convert

RGB16314585-
CMYK00.110.480.36
HSL46.15º31.45%48.63%-
HSV(B)46.15º47.85%63.92%-
XYZ26.8728.6912.72-
YUV143.5494.96141.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 85 (33.59% from 255) = 21.63%
R=41.48%
G=36.90%
B=21.63%

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
Decimal1631458500.110.480.3646.1531.4548.63
HexA391550B30242e1f31
Octal2432211250136044563761
Binary101000111001000110101010101111000010010010111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39155; }

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

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

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

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

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

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

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

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