#A58C54

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

Shades of Teak #A58C54

Tints of Teak #A58C54

Color information

#A58C54 (or 0xA58C54) is unknown color: approx Teak. HEX triplet: A5, 8C and 54. RGB value is (165,140,84). Sum of RGB (Red+Green+Blue) = 165+140+84=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58C54 is #5A73AB. Grayscale: #8D8D8D. Windows color (decimal): -5927852 or 5541029. OLE color: 5541029.

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

Color convert

RGB16514084-
CMYK00.150.490.35
HSL41.48º32.53%48.82%-
HSV(B)41.48º49.09%64.71%-
XYZ26.527.412.28-
YUV141.0995.78145.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 84 (33.20% from 255) = 21.59%
R=42.42%
G=35.99%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651408400.150.490.3541.4832.5348.82
HexA58C540F3123292131
Octal2452141240176143514161
Binary1010010110001100101010001111110001100011101001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C54; }

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

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

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

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

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

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

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

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