#A8935A

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

Shades of Teak #A8935A

Tints of Teak #A8935A

Color information

#A8935A (or 0xA8935A) is unknown color: approx Teak. HEX triplet: A8, 93 and 5A. RGB value is (168,147,90). Sum of RGB (Red+Green+Blue) = 168+147+90=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A8935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8935A is #576CA5. Grayscale: #939393. Windows color (decimal): -5729446 or 5936040. OLE color: 5936040.

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

Color convert

RGB16814790-
CMYK00.130.460.34
HSL43.85º30.95%50.59%-
HSV(B)43.85º46.43%65.88%-
XYZ28.4329.9313.95-
YUV146.7895.96143.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.48%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 90 (35.55% from 255) = 22.22%
R=41.48%
G=36.30%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681479000.130.460.3443.8530.9550.59
HexA8935A0D2E222c1f33
Octal2502231320155642543763
Binary101010001001001110110100110110111010001010110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8935A; }

 p { color: rgb(168,147,90); }

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

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

 a { background-color: rgb(168,147,90); }

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

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

 span { border-color: rgb(168,147,90); }

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