#A5895A

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

Shades of Teak #A5895A

Tints of Teak #A5895A

Color information

#A5895A (or 0xA5895A) is unknown color: approx Teak. HEX triplet: A5, 89 and 5A. RGB value is (165,137,90). Sum of RGB (Red+Green+Blue) = 165+137+90=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5895A is #5A76A5. Grayscale: #8C8C8C. Windows color (decimal): -5928614 or 5933477. OLE color: 5933477.

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

Color convert

RGB16513790-
CMYK00.170.450.35
HSL37.6º29.41%50%-
HSV(B)37.6º45.45%64.71%-
XYZ26.3126.6313.43-
YUV140.0199.78145.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 90 (35.55% from 255) = 22.96%
R=42.09%
G=34.95%
B=22.96%

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
Decimal1651379000.170.450.3537.629.4150
HexA5895A0112D23261d32
Octal2452111320215543463562
Binary1010010110001001101101001000110110110001110011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5895A; }

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

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

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

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

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

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

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

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