#A58B51

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

Shades of Teak #A58B51

Tints of Teak #A58B51

Color information

#A58B51 (or 0xA58B51) is unknown color: approx Teak. HEX triplet: A5, 8B and 51. RGB value is (165,139,81). Sum of RGB (Red+Green+Blue) = 165+139+81=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58B51 is #5A74AE. Grayscale: #8C8C8C. Windows color (decimal): -5928111 or 5344165. OLE color: 5344165.

HSL color Cylindrical-coordinate representation of color #A58B51: hue angle of 41.43º 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 #A58B51 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16513981-
CMYK00.160.510.35
HSL41.43º34.15%48.24%-
HSV(B)41.43º50.91%64.71%-
XYZ26.2327.0611.62-
YUV140.1694.61145.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 139 (54.69% from 255) = 36.10%
BLUE value IS 81 (32.03% from 255) = 21.04%
R=42.86%
G=36.10%
B=21.04%

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
Decimal1651398100.160.510.3541.4334.1548.24
HexA58B510103323292230
Octal2452131210206343514260
Binary10100101100010111010001010000110011100011101001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58B51; }

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

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

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

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

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

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

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

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