#A58C50

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

Shades of Teak #A58C50

Tints of Teak #A58C50

Color information

#A58C50 (or 0xA58C50) is unknown color: approx Teak. HEX triplet: A5, 8C and 50. RGB value is (165,140,80). Sum of RGB (Red+Green+Blue) = 165+140+80=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58C50 is #5A73AF. Grayscale: #8C8C8C. Windows color (decimal): -5927856 or 5278885. OLE color: 5278885.

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

Color convert

RGB16514080-
CMYK00.150.520.35
HSL42.35º34.69%48.04%-
HSV(B)42.35º51.52%64.71%-
XYZ26.3427.3311.48-
YUV140.6493.78145.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 80 (31.64% from 255) = 20.78%
R=42.86%
G=36.36%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651408000.150.520.3542.3534.6948.04
HexA58C500F34232a2330
Octal2452141200176443524360
Binary1010010110001100101000001111110100100011101010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C50; }

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

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

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

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

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

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

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

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