#A99357

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

Shades of Teak #A99357

Tints of Teak #A99357

Color information

#A99357 (or 0xA99357) is unknown color: approx Teak. HEX triplet: A9, 93 and 57. RGB value is (169,147,87). Sum of RGB (Red+Green+Blue) = 169+147+87=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A99357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99357 is #566CA8. Grayscale: #929292. Windows color (decimal): -5663913 or 5739433. OLE color: 5739433.

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

Color convert

RGB16914787-
CMYK00.130.490.34
HSL43.9º32.28%50.2%-
HSV(B)43.9º48.52%66.27%-
XYZ28.5229.9913.3-
YUV146.7494.29143.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 87 (34.38% from 255) = 21.59%
R=41.94%
G=36.48%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691478700.130.490.3443.932.2850.2
HexA993570D31222c2032
Octal2512231270156142544062
Binary1010100110010011101011101101110001100010101100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99357; }

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

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

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

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

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

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

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

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