#A58D4E

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

Shades of Teak #A58D4E

Tints of Teak #A58D4E

Color information

#A58D4E (or 0xA58D4E) is unknown color: approx Teak. HEX triplet: A5, 8D and 4E. RGB value is (165,141,78). Sum of RGB (Red+Green+Blue) = 165+141+78=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58D4E is #5A72B1. Grayscale: #8D8D8D. Windows color (decimal): -5927602 or 5148069. OLE color: 5148069.

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

Color convert

RGB16514178-
CMYK00.150.530.35
HSL43.45º35.8%47.65%-
HSV(B)43.45º52.73%64.71%-
XYZ26.4227.611.14-
YUV140.9992.45145.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 141 (55.47% from 255) = 36.72%
BLUE value IS 78 (30.86% from 255) = 20.31%
R=42.97%
G=36.72%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651417800.150.530.3543.4535.847.65
HexA58D4E0F35232b2430
Octal2452151160176543534460
Binary1010010110001101100111001111110101100011101011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58D4E; }

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

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

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

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

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

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

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

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