#A58C5E

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

Shades of Teak #A58C5E

Tints of Teak #A58C5E

Color information

#A58C5E (or 0xA58C5E) is unknown color: approx Teak. HEX triplet: A5, 8C and 5E. RGB value is (165,140,94). Sum of RGB (Red+Green+Blue) = 165+140+94=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58C5E is #5A73A1. Grayscale: #8E8E8E. Windows color (decimal): -5927842 or 6196389. OLE color: 6196389.

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

Color convert

RGB16514094-
CMYK00.150.430.35
HSL38.87º28.29%50.78%-
HSV(B)38.87º43.03%64.71%-
XYZ26.9227.5614.49-
YUV142.23100.78144.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 140 (55.08% from 255) = 35.09%
BLUE value IS 94 (37.11% from 255) = 23.56%
R=41.35%
G=35.09%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651409400.150.430.3538.8728.2950.78
HexA58C5E0F2B23271c33
Octal2452141360175343473463
Binary101001011000110010111100111110101110001110011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C5E; }

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

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

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

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

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

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

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

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