#A58758

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

Shades of Teak #A58758

Tints of Teak #A58758

Color information

#A58758 (or 0xA58758) is unknown color: approx Teak. HEX triplet: A5, 87 and 58. RGB value is (165,135,88). Sum of RGB (Red+Green+Blue) = 165+135+88=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A58758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58758 is #5A78A7. Grayscale: #8A8A8A. Windows color (decimal): -5929128 or 5801893. OLE color: 5801893.

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

Color convert

RGB16513588-
CMYK00.180.470.35
HSL36.62º30.43%49.61%-
HSV(B)36.62º46.67%64.71%-
XYZ25.9426.0312.89-
YUV138.6199.44146.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 135 (53.12% from 255) = 34.79%
BLUE value IS 88 (34.77% from 255) = 22.68%
R=42.53%
G=34.79%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651358800.180.470.3536.6230.4349.61
HexA587580122F23251e32
Octal2452071300225743453662
Binary1010010110000111101100001001010111110001110010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58758; }

 p { color: rgb(165,135,88); }

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

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

 a { background-color: rgb(165,135,88); }

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

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

 span { border-color: rgb(165,135,88); }

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