#A58D56

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

Shades of Teak #A58D56

Tints of Teak #A58D56

Color information

#A58D56 (or 0xA58D56) is unknown color: approx Teak. HEX triplet: A5, 8D and 56. RGB value is (165,141,86). Sum of RGB (Red+Green+Blue) = 165+141+86=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58D56 is #5A72A9. Grayscale: #8E8E8E. Windows color (decimal): -5927594 or 5672357. OLE color: 5672357.

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

Color convert

RGB16514186-
CMYK00.150.480.35
HSL41.77º31.47%49.22%-
HSV(B)41.77º47.88%64.71%-
XYZ26.7227.7212.75-
YUV141.9196.45144.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 86 (33.98% from 255) = 21.94%
R=42.09%
G=35.97%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651418600.150.480.3541.7731.4749.22
HexA58D560F30232a1f31
Octal2452151260176043523761
Binary101001011000110110101100111111000010001110101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58D56; }

 p { color: rgb(165,141,86); }

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

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

 a { background-color: rgb(165,141,86); }

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

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

 span { border-color: rgb(165,141,86); }

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