#A58C4D

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

Shades of Teak #A58C4D

Tints of Teak #A58C4D

Color information

#A58C4D (or 0xA58C4D) is unknown color: approx Teak. HEX triplet: A5, 8C and 4D. RGB value is (165,140,77). Sum of RGB (Red+Green+Blue) = 165+140+77=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58C4D is #5A73B2. Grayscale: #8C8C8C. Windows color (decimal): -5927859 or 5082277. OLE color: 5082277.

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

Color convert

RGB16514077-
CMYK00.150.530.35
HSL42.95º36.36%47.45%-
HSV(B)42.95º53.33%64.71%-
XYZ26.2327.2910.91-
YUV140.2992.28145.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 140 (55.08% from 255) = 36.65%
BLUE value IS 77 (30.47% from 255) = 20.16%
R=43.19%
G=36.65%
B=20.16%

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
Decimal1651407700.150.530.3542.9536.3647.45
HexA58C4D0F35232b242f
Octal2452141150176543534457
Binary1010010110001100100110101111110101100011101011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C4D; }

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

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

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

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

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

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

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

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