#A58C4E

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

Shades of Teak #A58C4E

Tints of Teak #A58C4E

Color information

#A58C4E (or 0xA58C4E) is unknown color: approx Teak. HEX triplet: A5, 8C and 4E. RGB value is (165,140,78). Sum of RGB (Red+Green+Blue) = 165+140+78=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58C4E is #5A73B1. Grayscale: #8C8C8C. Windows color (decimal): -5927858 or 5147813. OLE color: 5147813.

HSL color Cylindrical-coordinate representation of color #A58C4E: hue angle of 42.76º 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 #A58C4E is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16514078-
CMYK00.150.530.35
HSL42.76º35.8%47.65%-
HSV(B)42.76º52.73%64.71%-
XYZ26.2727.3111.09-
YUV140.4192.78145.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 140 (55.08% from 255) = 36.55%
BLUE value IS 78 (30.86% from 255) = 20.37%
R=43.08%
G=36.55%
B=20.37%

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
Decimal1651407800.150.530.3542.7635.847.65
HexA58C4E0F35232b2430
Octal2452141160176543534460
Binary1010010110001100100111001111110101100011101011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C4E; }

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

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

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

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

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

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

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

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