#A69359

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

Shades of Teak #A69359

Tints of Teak #A69359

Color information

#A69359 (or 0xA69359) is unknown color: approx Teak. HEX triplet: A6, 93 and 59. RGB value is (166,147,89). Sum of RGB (Red+Green+Blue) = 166+147+89=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A69359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69359 is #596CA6. Grayscale: #929292. Windows color (decimal): -5860519 or 5870502. OLE color: 5870502.

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

Color convert

RGB16614789-
CMYK00.110.460.35
HSL45.19º30.2%50%-
HSV(B)45.19º46.39%65.1%-
XYZ27.9629.713.71-
YUV146.0795.79142.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.29%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 89 (35.16% from 255) = 22.14%
R=41.29%
G=36.57%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661478900.110.460.3545.1930.250
HexA693590B2E232d1e32
Octal2462231310135643553662
Binary101001101001001110110010101110111010001110110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69359; }

 p { color: rgb(166,147,89); }

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

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

 a { background-color: rgb(166,147,89); }

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

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

 span { border-color: rgb(166,147,89); }

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