#A5915C

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

Shades of Teak #A5915C

Tints of Teak #A5915C

Color information

#A5915C (or 0xA5915C) is unknown color: approx Teak. HEX triplet: A5, 91 and 5C. RGB value is (165,145,92). Sum of RGB (Red+Green+Blue) = 165+145+92=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A5915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5915C is #5A6EA3. Grayscale: #919191. Windows color (decimal): -5926564 or 6066597. OLE color: 6066597.

HSL color Cylindrical-coordinate representation of color #A5915C: hue angle of 43.56º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5915C is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16514592-
CMYK00.120.440.35
HSL43.56º28.85%50.39%-
HSV(B)43.56º44.24%64.71%-
XYZ27.5729.0214.27-
YUV144.9498.13142.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 145 (57.03% from 255) = 36.07%
BLUE value IS 92 (36.33% from 255) = 22.89%
R=41.04%
G=36.07%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651459200.120.440.3543.5628.8550.39
HexA5915C0C2C232c1d32
Octal2452211340145443543562
Binary101001011001000110111000110010110010001110110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5915C; }

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

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

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

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

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

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

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

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