#A5865C

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

Shades of Teak #A5865C

Tints of Teak #A5865C

Color information

#A5865C (or 0xA5865C) is unknown color: approx Teak. HEX triplet: A5, 86 and 5C. RGB value is (165,134,92). Sum of RGB (Red+Green+Blue) = 165+134+92=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5865C is #5A79A3. Grayscale: #8A8A8A. Windows color (decimal): -5929380 or 6063781. OLE color: 6063781.

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

Color convert

RGB16513492-
CMYK00.190.440.35
HSL34.52º28.85%50.39%-
HSV(B)34.52º44.24%64.71%-
XYZ25.9725.8213.74-
YUV138.48101.77146.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 92 (36.33% from 255) = 23.53%
R=42.20%
G=34.27%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651349200.190.440.3534.5228.8550.39
HexA5865C0132C23231d32
Octal2452061340235443433562
Binary1010010110000110101110001001110110010001110001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5865C; }

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

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

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

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

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

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

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

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