#A5905A

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

Shades of Teak #A5905A

Tints of Teak #A5905A

Color information

#A5905A (or 0xA5905A) is unknown color: approx Teak. HEX triplet: A5, 90 and 5A. RGB value is (165,144,90). Sum of RGB (Red+Green+Blue) = 165+144+90=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A5905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5905A is #5A6FA5. Grayscale: #909090. Windows color (decimal): -5926822 or 5935269. OLE color: 5935269.

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

Color convert

RGB16514490-
CMYK00.130.450.35
HSL43.2º29.41%50%-
HSV(B)43.2º45.45%64.71%-
XYZ27.3428.6813.77-
YUV144.1297.46142.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 90 (35.55% from 255) = 22.56%
R=41.35%
G=36.09%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651449000.130.450.3543.229.4150
HexA5905A0D2D232b1d32
Octal2452201320155543533562
Binary101001011001000010110100110110110110001110101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5905A; }

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

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

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

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

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

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

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

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