#A69154

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

Shades of Teak #A69154

Tints of Teak #A69154

Color information

#A69154 (or 0xA69154) is unknown color: approx Teak. HEX triplet: A6, 91 and 54. RGB value is (166,145,84). Sum of RGB (Red+Green+Blue) = 166+145+84=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A69154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69154 is #596EAB. Grayscale: #909090. Windows color (decimal): -5861036 or 5542310. OLE color: 5542310.

HSL color Cylindrical-coordinate representation of color #A69154: hue angle of 44.63º 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 #A69154 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB16614584-
CMYK00.130.490.35
HSL44.63º32.8%49.02%-
HSV(B)44.63º49.4%65.1%-
XYZ27.452912.54-
YUV144.3293.96143.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 84 (33.20% from 255) = 21.27%
R=42.03%
G=36.71%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661458400.130.490.3544.6332.849.02
HexA691540D31232d2131
Octal2462211240156143554161
Binary1010011010010001101010001101110001100011101101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69154; }

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

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

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

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

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

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

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

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