#A58A4F

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

Shades of Teak #A58A4F

Tints of Teak #A58A4F

Color information

#A58A4F (or 0xA58A4F) is unknown color: approx Teak. HEX triplet: A5, 8A and 4F. RGB value is (165,138,79). Sum of RGB (Red+Green+Blue) = 165+138+79=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58A4F is #5A75B0. Grayscale: #8B8B8B. Windows color (decimal): -5928369 or 5212837. OLE color: 5212837.

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

Color convert

RGB16513879-
CMYK00.160.520.35
HSL41.16º35.25%47.84%-
HSV(B)41.16º52.12%64.71%-
XYZ26.0226.7411.19-
YUV139.3593.95146.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 138 (54.30% from 255) = 36.13%
BLUE value IS 79 (31.25% from 255) = 20.68%
R=43.19%
G=36.13%
B=20.68%

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
Decimal1651387900.160.520.3541.1635.2547.84
HexA58A4F0103423292330
Octal2452121170206443514360
Binary10100101100010101001111010000110100100011101001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58A4F; }

 p { color: rgb(165,138,79); }

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

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

 a { background-color: rgb(165,138,79); }

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

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

 span { border-color: rgb(165,138,79); }

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