#A59057

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

Shades of Teak #A59057

Tints of Teak #A59057

Color information

#A59057 (or 0xA59057) is unknown color: approx Teak. HEX triplet: A5, 90 and 57. RGB value is (165,144,87). Sum of RGB (Red+Green+Blue) = 165+144+87=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A59057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59057 is #5A6FA8. Grayscale: #909090. Windows color (decimal): -5926825 or 5738661. OLE color: 5738661.

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

Color convert

RGB16514487-
CMYK00.130.470.35
HSL43.85º30.95%49.41%-
HSV(B)43.85º47.27%64.71%-
XYZ27.2128.6313.11-
YUV143.7895.96143.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 144 (56.64% from 255) = 36.36%
BLUE value IS 87 (34.38% from 255) = 21.97%
R=41.67%
G=36.36%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651448700.130.470.3543.8530.9549.41
HexA590570D2F232c1f31
Octal2452201270155743543761
Binary101001011001000010101110110110111110001110110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59057; }

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

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

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

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

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

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

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

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