#A8925A

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

Shades of Teak #A8925A

Tints of Teak #A8925A

Color information

#A8925A (or 0xA8925A) is unknown color: approx Teak. HEX triplet: A8, 92 and 5A. RGB value is (168,146,90). Sum of RGB (Red+Green+Blue) = 168+146+90=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A8925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8925A is #576DA5. Grayscale: #929292. Windows color (decimal): -5729702 or 5935784. OLE color: 5935784.

HSL color Cylindrical-coordinate representation of color #A8925A: hue angle of 43.08º 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 #A8925A is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB16814690-
CMYK00.130.460.34
HSL43.08º30.95%50.59%-
HSV(B)43.08º46.43%65.88%-
XYZ28.2729.6213.9-
YUV146.1996.29143.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.58%
GREEN value IS 146 (57.42% from 255) = 36.14%
BLUE value IS 90 (35.55% from 255) = 22.28%
R=41.58%
G=36.14%
B=22.28%

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
Decimal1681469000.130.460.3443.0830.9550.59
HexA8925A0D2E222b1f33
Octal2502221320155642533763
Binary101010001001001010110100110110111010001010101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8925A; }

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

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

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

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

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

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

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

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