#A58D59

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

Shades of Teak #A58D59

Tints of Teak #A58D59

Color information

#A58D59 (or 0xA58D59) is unknown color: approx Teak. HEX triplet: A5, 8D and 59. RGB value is (165,141,89). Sum of RGB (Red+Green+Blue) = 165+141+89=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58D59 is #5A72A6. Grayscale: #8E8E8E. Windows color (decimal): -5927591 or 5868965. OLE color: 5868965.

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

Color convert

RGB16514189-
CMYK00.150.460.35
HSL41.05º29.92%49.8%-
HSV(B)41.05º46.06%64.71%-
XYZ26.8527.7713.4-
YUV142.2597.95144.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 89 (35.16% from 255) = 22.53%
R=41.77%
G=35.70%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651418900.150.460.3541.0529.9249.8
HexA58D590F2E23291e32
Octal2452151310175643513662
Binary101001011000110110110010111110111010001110100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58D59; }

 p { color: rgb(165,141,89); }

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

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

 a { background-color: rgb(165,141,89); }

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

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

 span { border-color: rgb(165,141,89); }

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