#A48958

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

Shades of Teak #A48958

Tints of Teak #A48958

Color information

#A48958 (or 0xA48958) is unknown color: approx Teak. HEX triplet: A4, 89 and 58. RGB value is (164,137,88). Sum of RGB (Red+Green+Blue) = 164+137+88=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A48958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48958 is #5B76A7. Grayscale: #8B8B8B. Windows color (decimal): -5994152 or 5802404. OLE color: 5802404.

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

Color convert

RGB16413788-
CMYK00.160.460.36
HSL38.68º30.16%49.41%-
HSV(B)38.68º46.34%64.31%-
XYZ26.0226.4912.97-
YUV139.4998.95145.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 88 (34.77% from 255) = 22.62%
R=42.16%
G=35.22%
B=22.62%

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
Decimal1641378800.160.460.3638.6830.1649.41
HexA489580102E24271e31
Octal2442111300205644473661
Binary1010010010001001101100001000010111010010010011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48958; }

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

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

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

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

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

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

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

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