#A59357

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

Shades of Teak #A59357

Tints of Teak #A59357

Color information

#A59357 (or 0xA59357) is unknown color: approx Teak. HEX triplet: A5, 93 and 57. RGB value is (165,147,87). Sum of RGB (Red+Green+Blue) = 165+147+87=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A59357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59357 is #5A6CA8. Grayscale: #919191. Windows color (decimal): -5926057 or 5739429. OLE color: 5739429.

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

Color convert

RGB16514787-
CMYK00.110.470.35
HSL46.15º30.95%49.41%-
HSV(B)46.15º47.27%64.71%-
XYZ27.6729.5513.26-
YUV145.5494.96141.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 87 (34.38% from 255) = 21.80%
R=41.35%
G=36.84%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651478700.110.470.3546.1530.9549.41
HexA593570B2F232e1f31
Octal2452231270135743563761
Binary101001011001001110101110101110111110001110111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59357; }

 p { color: rgb(165,147,87); }

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

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

 a { background-color: rgb(165,147,87); }

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

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

 span { border-color: rgb(165,147,87); }

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