#A58B58

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

Shades of Teak #A58B58

Tints of Teak #A58B58

Color information

#A58B58 (or 0xA58B58) is unknown color: approx Teak. HEX triplet: A5, 8B and 58. RGB value is (165,139,88). Sum of RGB (Red+Green+Blue) = 165+139+88=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58B58 is #5A74A7. Grayscale: #8D8D8D. Windows color (decimal): -5928104 or 5802917. OLE color: 5802917.

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

Color convert

RGB16513988-
CMYK00.160.470.35
HSL39.74º30.43%49.61%-
HSV(B)39.74º46.67%64.71%-
XYZ26.5127.1713.08-
YUV140.9698.11145.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 88 (34.77% from 255) = 22.45%
R=42.09%
G=35.46%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651398800.160.470.3539.7430.4349.61
HexA58B580102F23281e32
Octal2452131300205743503662
Binary1010010110001011101100001000010111110001110100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58B58; }

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

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

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

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

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

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

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

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