#A48959

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

Shades of Teak #A48959

Tints of Teak #A48959

Color information

#A48959 (or 0xA48959) is unknown color: approx Teak. HEX triplet: A4, 89 and 59. RGB value is (164,137,89). Sum of RGB (Red+Green+Blue) = 164+137+89=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A48959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48959 is #5B76A6. Grayscale: #8B8B8B. Windows color (decimal): -5994151 or 5867940. OLE color: 5867940.

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

Color convert

RGB16413789-
CMYK00.160.460.36
HSL38.4º29.64%49.61%-
HSV(B)38.4º45.73%64.31%-
XYZ26.0626.5113.19-
YUV139.699.45145.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.05%
GREEN value IS 137 (53.91% from 255) = 35.13%
BLUE value IS 89 (35.16% from 255) = 22.82%
R=42.05%
G=35.13%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641378900.160.460.3638.429.6449.61
HexA489590102E24261e32
Octal2442111310205644463662
Binary1010010010001001101100101000010111010010010011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48959; }

 p { color: rgb(164,137,89); }

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

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

 a { background-color: rgb(164,137,89); }

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

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

 span { border-color: rgb(164,137,89); }

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