#A48E58

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

Shades of Teak #A48E58

Tints of Teak #A48E58

Color information

#A48E58 (or 0xA48E58) is unknown color: approx Teak. HEX triplet: A4, 8E and 58. RGB value is (164,142,88). Sum of RGB (Red+Green+Blue) = 164+142+88=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E58 is #5B71A7. Grayscale: #8E8E8E. Windows color (decimal): -5992872 or 5803684. OLE color: 5803684.

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

Color convert

RGB16414288-
CMYK00.130.460.36
HSL42.63º30.16%49.41%-
HSV(B)42.63º46.34%64.31%-
XYZ26.7427.9413.22-
YUV142.4297.29143.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.62%
GREEN value IS 142 (55.86% from 255) = 36.04%
BLUE value IS 88 (34.77% from 255) = 22.34%
R=41.62%
G=36.04%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641428800.130.460.3642.6330.1649.41
HexA48E580D2E242b1e31
Octal2442161300155644533661
Binary101001001000111010110000110110111010010010101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E58; }

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

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

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

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

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

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

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

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