#A58B4C

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

Shades of Teak #A58B4C

Tints of Teak #A58B4C

Color information

#A58B4C (or 0xA58B4C) is unknown color: approx Teak. HEX triplet: A5, 8B and 4C. RGB value is (165,139,76). Sum of RGB (Red+Green+Blue) = 165+139+76=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58B4C is #5A74B3. Grayscale: #8B8B8B. Windows color (decimal): -5928116 or 5016485. OLE color: 5016485.

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

Color convert

RGB16513976-
CMYK00.160.540.35
HSL42.47º36.93%47.25%-
HSV(B)42.47º53.94%64.71%-
XYZ26.0526.9910.67-
YUV139.5992.11146.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 139 (54.69% from 255) = 36.58%
BLUE value IS 76 (30.08% from 255) = 20%
R=43.42%
G=36.58%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651397600.160.540.3542.4736.9347.25
HexA58B4C01036232a252f
Octal2452131140206643524557
Binary10100101100010111001100010000110110100011101010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58B4C; }

 p { color: rgb(165,139,76); }

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

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

 a { background-color: rgb(165,139,76); }

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

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

 span { border-color: rgb(165,139,76); }

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