#A58E61

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

Shades of Teak #A58E61

Tints of Teak #A58E61

Color information

#A58E61 (or 0xA58E61) is unknown color: approx Teak. HEX triplet: A5, 8E and 61. RGB value is (165,142,97). Sum of RGB (Red+Green+Blue) = 165+142+97=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58E61 is #5A719E. Grayscale: #8F8F8F. Windows color (decimal): -5927327 or 6393509. OLE color: 6393509.

HSL color Cylindrical-coordinate representation of color #A58E61: hue angle of 39.71º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A58E61 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16514297-
CMYK00.140.410.35
HSL39.71º27.42%51.37%-
HSV(B)39.71º41.21%64.71%-
XYZ27.3528.2115.31-
YUV143.75101.62143.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.84%
GREEN value IS 142 (55.86% from 255) = 35.15%
BLUE value IS 97 (38.28% from 255) = 24.01%
R=40.84%
G=35.15%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651429700.140.410.3539.7127.4251.37
HexA58E610E2923281b33
Octal2452161410165143503363
Binary101001011000111011000010111010100110001110100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58E61; }

 p { color: rgb(165,142,97); }

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

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

 a { background-color: rgb(165,142,97); }

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

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

 span { border-color: rgb(165,142,97); }

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