#A59257

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

Shades of Teak #A59257

Tints of Teak #A59257

Color information

#A59257 (or 0xA59257) is unknown color: approx Teak. HEX triplet: A5, 92 and 57. RGB value is (165,146,87). Sum of RGB (Red+Green+Blue) = 165+146+87=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A59257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59257 is #5A6DA8. Grayscale: #919191. Windows color (decimal): -5926313 or 5739173. OLE color: 5739173.

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

Color convert

RGB16514687-
CMYK00.120.470.35
HSL45.38º30.95%49.41%-
HSV(B)45.38º47.27%64.71%-
XYZ27.5229.2513.21-
YUV144.9695.29142.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 146 (57.42% from 255) = 36.68%
BLUE value IS 87 (34.38% from 255) = 21.86%
R=41.46%
G=36.68%
B=21.86%

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
Decimal1651468700.120.470.3545.3830.9549.41
HexA592570C2F232d1f31
Octal2452221270145743553761
Binary101001011001001010101110110010111110001110110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59257; }

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

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

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

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

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

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

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

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