#a58b50

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

Shades of Teak #A58B50

Tints of Teak #A58B50

Color information

#A58B50 (or 0xA58B50) is unknown color: approx Teak. HEX triplet: A5, 8B and 50. RGB value is (165,139,80). Sum of RGB (Red+Green+Blue) = 165+139+80=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58B50 is #5A74AF. Grayscale: #8C8C8C. Windows color (decimal): -5928112 or 5278629. OLE color: 5278629.

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

Color convert

RGB16513980-
CMYK00.160.520.35
HSL41.65º34.69%48.04%-
HSV(B)41.65º51.52%64.71%-
XYZ26.227.0411.43-
YUV140.0594.11145.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 139 (54.69% from 255) = 36.20%
BLUE value IS 80 (31.64% from 255) = 20.83%
R=42.97%
G=36.20%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651398000.160.520.3541.6534.6948.04
HexA58B5001034232a2330
Octal2452131200206443524360
Binary10100101100010111010000010000110100100011101010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a58b50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a58b50; }

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

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

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

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

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

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

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

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