#A39058

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

Shades of Teak #A39058

Tints of Teak #A39058

Color information

#A39058 (or 0xA39058) is unknown color: approx Teak. HEX triplet: A3, 90 and 58. RGB value is (163,144,88). Sum of RGB (Red+Green+Blue) = 163+144+88=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A39058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39058 is #5C6FA7. Grayscale: #8F8F8F. Windows color (decimal): -6057896 or 5804195. OLE color: 5804195.

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

Color convert

RGB16314488-
CMYK00.120.460.36
HSL44.8º29.88%49.22%-
HSV(B)44.8º46.01%63.92%-
XYZ26.8428.4413.31-
YUV143.396.79142.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 88 (34.77% from 255) = 22.28%
R=41.27%
G=36.46%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631448800.120.460.3644.829.8849.22
HexA390580C2E242d1e31
Octal2432201300145644553661
Binary101000111001000010110000110010111010010010110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39058; }

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

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

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

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

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

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

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

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