#A58A51

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

Shades of Teak #A58A51

Tints of Teak #A58A51

Color information

#A58A51 (or 0xA58A51) is unknown color: approx Teak. HEX triplet: A5, 8A and 51. RGB value is (165,138,81). Sum of RGB (Red+Green+Blue) = 165+138+81=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58A51 is #5A75AE. Grayscale: #8B8B8B. Windows color (decimal): -5928367 or 5343909. OLE color: 5343909.

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

Color convert

RGB16513881-
CMYK00.160.510.35
HSL40.71º34.15%48.24%-
HSV(B)40.71º50.91%64.71%-
XYZ26.0926.7711.58-
YUV139.5894.95146.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 138 (54.30% from 255) = 35.94%
BLUE value IS 81 (32.03% from 255) = 21.09%
R=42.97%
G=35.94%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651388100.160.510.3540.7134.1548.24
HexA58A510103323292230
Octal2452121210206343514260
Binary10100101100010101010001010000110011100011101001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58A51; }

 p { color: rgb(165,138,81); }

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

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

 a { background-color: rgb(165,138,81); }

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

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

 span { border-color: rgb(165,138,81); }

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