#A5865B

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

Shades of Teak #A5865B

Tints of Teak #A5865B

Color information

#A5865B (or 0xA5865B) is unknown color: approx Teak. HEX triplet: A5, 86 and 5B. RGB value is (165,134,91). Sum of RGB (Red+Green+Blue) = 165+134+91=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5865B is #5A79A4. Grayscale: #8A8A8A. Windows color (decimal): -5929381 or 5998245. OLE color: 5998245.

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

Color convert

RGB16513491-
CMYK00.190.450.35
HSL34.86º29.13%50.2%-
HSV(B)34.86º44.85%64.71%-
XYZ25.9325.813.51-
YUV138.37101.27147-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.31%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 91 (35.94% from 255) = 23.33%
R=42.31%
G=34.36%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651349100.190.450.3534.8629.1350.2
HexA5865B0132D23231d32
Octal2452061330235543433562
Binary1010010110000110101101101001110110110001110001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5865B; }

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

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

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

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

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

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

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

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