#A89254

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

Shades of Teak #A89254

Tints of Teak #A89254

Color information

#A89254 (or 0xA89254) is unknown color: approx Teak. HEX triplet: A8, 92 and 54. RGB value is (168,146,84). Sum of RGB (Red+Green+Blue) = 168+146+84=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A89254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89254 is #576DAB. Grayscale: #919191. Windows color (decimal): -5729708 or 5542568. OLE color: 5542568.

HSL color Cylindrical-coordinate representation of color #A89254: hue angle of 44.29º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A89254 is Cyan = 0, Magento = 0.13, Yellow = 0.5 and Black (K on CMYK) = 0.34.

Color convert

RGB16814684-
CMYK00.130.50.34
HSL44.29º33.33%49.41%-
HSV(B)44.29º50%65.88%-
XYZ28.0329.5212.61-
YUV145.5193.29144.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.21%
GREEN value IS 146 (57.42% from 255) = 36.68%
BLUE value IS 84 (33.20% from 255) = 21.11%
R=42.21%
G=36.68%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.5
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681468400.130.50.3444.2933.3349.41
HexA892540D32222c2131
Octal2502221240156242544161
Binary1010100010010010101010001101110010100010101100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89254; }

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

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

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

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

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

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

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

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