#A69050

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

Shades of Teak #A69050

Tints of Teak #A69050

Color information

#A69050 (or 0xA69050) is unknown color: approx Teak. HEX triplet: A6, 90 and 50. RGB value is (166,144,80). Sum of RGB (Red+Green+Blue) = 166+144+80=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A69050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69050 is #596FAF. Grayscale: #8F8F8F. Windows color (decimal): -5861296 or 5279910. OLE color: 5279910.

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

Color convert

RGB16614480-
CMYK00.130.520.35
HSL44.65º34.96%48.24%-
HSV(B)44.65º51.81%65.1%-
XYZ27.1528.6311.69-
YUV143.2892.29144.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 144 (56.64% from 255) = 36.92%
BLUE value IS 80 (31.64% from 255) = 20.51%
R=42.56%
G=36.92%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661448000.130.520.3544.6534.9648.24
HexA690500D34232d2330
Octal2462201200156443554360
Binary1010011010010000101000001101110100100011101101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69050; }

 p { color: rgb(166,144,80); }

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

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

 a { background-color: rgb(166,144,80); }

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

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

 span { border-color: rgb(166,144,80); }

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