#A99359

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

Shades of Teak #A99359

Tints of Teak #A99359

Color information

#A99359 (or 0xA99359) is unknown color: approx Teak. HEX triplet: A9, 93 and 59. RGB value is (169,147,89). Sum of RGB (Red+Green+Blue) = 169+147+89=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A99359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99359 is #566CA6. Grayscale: #939393. Windows color (decimal): -5663911 or 5870505. OLE color: 5870505.

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

Color convert

RGB16914789-
CMYK00.130.470.34
HSL43.5º31.75%50.59%-
HSV(B)43.5º47.34%66.27%-
XYZ28.630.0213.74-
YUV146.9795.29143.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.73%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 89 (35.16% from 255) = 21.98%
R=41.73%
G=36.30%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691478900.130.470.3443.531.7550.59
HexA993590D2F222c2033
Octal2512231310155742544063
Binary1010100110010011101100101101101111100010101100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99359; }

 p { color: rgb(169,147,89); }

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

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

 a { background-color: rgb(169,147,89); }

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

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

 span { border-color: rgb(169,147,89); }

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