#A59157

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

Shades of Teak #A59157

Tints of Teak #A59157

Color information

#A59157 (or 0xA59157) is unknown color: approx Teak. HEX triplet: A5, 91 and 57. RGB value is (165,145,87). Sum of RGB (Red+Green+Blue) = 165+145+87=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A59157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59157 is #5A6EA8. Grayscale: #909090. Windows color (decimal): -5926569 or 5738917. OLE color: 5738917.

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

Color convert

RGB16514587-
CMYK00.120.470.35
HSL44.62º30.95%49.41%-
HSV(B)44.62º47.27%64.71%-
XYZ27.3628.9413.16-
YUV144.3795.63142.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 87 (34.38% from 255) = 21.91%
R=41.56%
G=36.52%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651458700.120.470.3544.6230.9549.41
HexA591570C2F232d1f31
Octal2452211270145743553761
Binary101001011001000110101110110010111110001110110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59157; }

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

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

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

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

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

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

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

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