#A58756

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

Shades of Teak #A58756

Tints of Teak #A58756

Color information

#A58756 (or 0xA58756) is unknown color: approx Teak. HEX triplet: A5, 87 and 56. RGB value is (165,135,86). Sum of RGB (Red+Green+Blue) = 165+135+86=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A58756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58756 is #5A78A9. Grayscale: #8A8A8A. Windows color (decimal): -5929130 or 5670821. OLE color: 5670821.

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

Color convert

RGB16513586-
CMYK00.180.480.35
HSL37.22º31.47%49.22%-
HSV(B)37.22º47.88%64.71%-
XYZ25.862612.46-
YUV138.3898.44146.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.75%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 86 (33.98% from 255) = 22.28%
R=42.75%
G=34.97%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651358600.180.480.3537.2231.4749.22
HexA587560123023251f31
Octal2452071260226043453761
Binary1010010110000111101011001001011000010001110010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58756; }

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

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

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

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

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

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

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

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