#A58C56

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

Shades of Teak #A58C56

Tints of Teak #A58C56

Color information

#A58C56 (or 0xA58C56) is unknown color: approx Teak. HEX triplet: A5, 8C and 56. RGB value is (165,140,86). Sum of RGB (Red+Green+Blue) = 165+140+86=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58C56 is #5A73A9. Grayscale: #8D8D8D. Windows color (decimal): -5927850 or 5672101. OLE color: 5672101.

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

Color convert

RGB16514086-
CMYK00.150.480.35
HSL41.01º31.47%49.22%-
HSV(B)41.01º47.88%64.71%-
XYZ26.5727.4312.7-
YUV141.3296.78144.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 140 (55.08% from 255) = 35.81%
BLUE value IS 86 (33.98% from 255) = 21.99%
R=42.20%
G=35.81%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651408600.150.480.3541.0131.4749.22
HexA58C560F3023291f31
Octal2452141260176043513761
Binary101001011000110010101100111111000010001110100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C56; }

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

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

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

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

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

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

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

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