#A69254

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

Shades of Teak #A69254

Tints of Teak #A69254

Color information

#A69254 (or 0xA69254) is unknown color: approx Teak. HEX triplet: A6, 92 and 54. RGB value is (166,146,84). Sum of RGB (Red+Green+Blue) = 166+146+84=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A69254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69254 is #596DAB. Grayscale: #919191. Windows color (decimal): -5860780 or 5542566. OLE color: 5542566.

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

Color convert

RGB16614684-
CMYK00.120.490.35
HSL45.37º32.8%49.02%-
HSV(B)45.37º49.4%65.1%-
XYZ27.6129.312.59-
YUV144.9193.63143.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 146 (57.42% from 255) = 36.87%
BLUE value IS 84 (33.20% from 255) = 21.21%
R=41.92%
G=36.87%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661468400.120.490.3545.3732.849.02
HexA692540C31232d2131
Octal2462221240146143554161
Binary1010011010010010101010001100110001100011101101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69254; }

 p { color: rgb(166,146,84); }

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

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

 a { background-color: rgb(166,146,84); }

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

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

 span { border-color: rgb(166,146,84); }

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