#A69357

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

Shades of Teak #A69357

Tints of Teak #A69357

Color information

#A69357 (or 0xA69357) is unknown color: approx Teak. HEX triplet: A6, 93 and 57. RGB value is (166,147,87). Sum of RGB (Red+Green+Blue) = 166+147+87=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A69357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69357 is #596CA8. Grayscale: #929292. Windows color (decimal): -5860521 or 5739430. OLE color: 5739430.

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

Color convert

RGB16614787-
CMYK00.110.480.35
HSL45.57º31.23%49.61%-
HSV(B)45.57º47.59%65.1%-
XYZ27.8829.6613.27-
YUV145.8494.79142.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.5%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 87 (34.38% from 255) = 21.75%
R=41.5%
G=36.75%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661478700.110.480.3545.5731.2349.61
HexA693570B30232e1f32
Octal2462231270136043563762
Binary101001101001001110101110101111000010001110111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69357; }

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

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

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

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

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

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

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

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