#A9884F

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

Shades of Teak #A9884F

Tints of Teak #A9884F

Color information

#A9884F (or 0xA9884F) is unknown color: approx Teak. HEX triplet: A9, 88 and 4F. RGB value is (169,136,79). Sum of RGB (Red+Green+Blue) = 169+136+79=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A9884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9884F is #5677B0. Grayscale: #8B8B8B. Windows color (decimal): -5666737 or 5212329. OLE color: 5212329.

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

Color convert

RGB16913679-
CMYK00.200.530.34
HSL38º36.29%48.63%-
HSV(B)38º53.25%66.27%-
XYZ26.5826.6111.13-
YUV139.3793.93149.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 79 (31.25% from 255) = 20.57%
R=44.01%
G=35.42%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691367900.200.530.343836.2948.63
HexA9884F0143522262431
Octal2512101170246542464461
Binary10101001100010001001111010100110101100010100110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9884F; }

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

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

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

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

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

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

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

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