#A8894D

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

Shades of Teak #A8894D

Tints of Teak #A8894D

Color information

#A8894D (or 0xA8894D) is unknown color: approx Teak. HEX triplet: A8, 89 and 4D. RGB value is (168,137,77). Sum of RGB (Red+Green+Blue) = 168+137+77=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A8894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8894D is #5776B2. Grayscale: #8B8B8B. Windows color (decimal): -5732019 or 5081512. OLE color: 5081512.

HSL color Cylindrical-coordinate representation of color #A8894D: hue angle of 39.56º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8894D is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB16813777-
CMYK00.180.540.34
HSL39.56º37.14%48.04%-
HSV(B)39.56º54.17%65.88%-
XYZ26.4326.7510.79-
YUV139.4392.77148.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.98%
GREEN value IS 137 (53.91% from 255) = 35.86%
BLUE value IS 77 (30.47% from 255) = 20.16%
R=43.98%
G=35.86%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681377700.180.540.3439.5637.1448.04
HexA8894D0123622282530
Octal2502111150226642504560
Binary10101000100010011001101010010110110100010101000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8894D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8894D; }

 p { color: rgb(168,137,77); }

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

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

 a { background-color: rgb(168,137,77); }

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

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

 span { border-color: rgb(168,137,77); }

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