#A9885D

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

Shades of Teak #A9885D

Tints of Teak #A9885D

Color information

#A9885D (or 0xA9885D) is unknown color: approx Teak. HEX triplet: A9, 88 and 5D. RGB value is (169,136,93). Sum of RGB (Red+Green+Blue) = 169+136+93=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A9885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9885D is #5677A2. Grayscale: #8D8D8D. Windows color (decimal): -5666723 or 6129833. OLE color: 6129833.

HSL color Cylindrical-coordinate representation of color #A9885D: hue angle of 33.95º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A9885D is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB16913693-
CMYK00.200.450.34
HSL33.95º30.65%51.37%-
HSV(B)33.95º44.97%66.27%-
XYZ27.1426.8314.1-
YUV140.96100.93148-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.46%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 93 (36.72% from 255) = 23.37%
R=42.46%
G=34.17%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691369300.200.450.3433.9530.6551.37
HexA9885D0142D22221f33
Octal2512101350245542423763
Binary1010100110001000101110101010010110110001010001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9885D; }

 p { color: rgb(169,136,93); }

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

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

 a { background-color: rgb(169,136,93); }

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

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

 span { border-color: rgb(169,136,93); }

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