#A58C4C

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

Shades of Teak #A58C4C

Tints of Teak #A58C4C

Color information

#A58C4C (or 0xA58C4C) is unknown color: approx Teak. HEX triplet: A5, 8C and 4C. RGB value is (165,140,76). Sum of RGB (Red+Green+Blue) = 165+140+76=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58C4C is #5A73B3. Grayscale: #8C8C8C. Windows color (decimal): -5927860 or 5016741. OLE color: 5016741.

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

Color convert

RGB16514076-
CMYK00.150.540.35
HSL43.15º36.93%47.25%-
HSV(B)43.15º53.94%64.71%-
XYZ26.227.2810.72-
YUV140.1891.78145.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.31%
GREEN value IS 140 (55.08% from 255) = 36.75%
BLUE value IS 76 (30.08% from 255) = 19.95%
R=43.31%
G=36.75%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651407600.150.540.3543.1536.9347.25
HexA58C4C0F36232b252f
Octal2452141140176643534557
Binary1010010110001100100110001111110110100011101011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C4C; }

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

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

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

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

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

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

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

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