#A5895B

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

Shades of Teak #A5895B

Tints of Teak #A5895B

Color information

#A5895B (or 0xA5895B) is unknown color: approx Teak. HEX triplet: A5, 89 and 5B. RGB value is (165,137,91). Sum of RGB (Red+Green+Blue) = 165+137+91=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A5895B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5895B is #5A76A4. Grayscale: #8C8C8C. Windows color (decimal): -5928613 or 5999013. OLE color: 5999013.

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

Color convert

RGB16513791-
CMYK00.170.450.35
HSL37.3º29.13%50.2%-
HSV(B)37.3º44.85%64.71%-
XYZ26.3526.6513.65-
YUV140.13100.28145.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.98%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 91 (35.94% from 255) = 23.16%
R=41.98%
G=34.86%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651379100.170.450.3537.329.1350.2
HexA5895B0112D23251d32
Octal2452111330215543453562
Binary1010010110001001101101101000110110110001110010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5895B; }

 p { color: rgb(165,137,91); }

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

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

 a { background-color: rgb(165,137,91); }

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

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

 span { border-color: rgb(165,137,91); }

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