#A5845A

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

Shades of Teak #A5845A

Tints of Teak #A5845A

Color information

#A5845A (or 0xA5845A) is unknown color: approx Teak. HEX triplet: A5, 84 and 5A. RGB value is (165,132,90). Sum of RGB (Red+Green+Blue) = 165+132+90=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A5845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5845A is #5A7BA5. Grayscale: #898989. Windows color (decimal): -5929894 or 5932197. OLE color: 5932197.

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

Color convert

RGB16513290-
CMYK00.200.450.35
HSL33.6º29.41%50%-
HSV(B)33.6º45.45%64.71%-
XYZ25.6125.2413.19-
YUV137.08101.43147.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 132 (51.95% from 255) = 34.11%
BLUE value IS 90 (35.55% from 255) = 23.26%
R=42.64%
G=34.11%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651329000.200.450.3533.629.4150
HexA5845A0142D23221d32
Octal2452041320245543423562
Binary1010010110000100101101001010010110110001110001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5845A; }

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

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

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

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

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

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

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

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